public interface CDRStreamWriter
IntWriter is a
CDRStreamWriter that knows how to marshal ints,
a LongWriter is a CDRStreamWriter that knows how
to marshal longs, and so on.| Modifier and Type | Method and Description |
|---|---|
void |
write(OutputStream out,
Object obj)
Marshals a Java basic data type or object into a CDR output stream.
|
void write(OutputStream out, Object obj)
out - the output streamobj - the basic data type (within a suitable wrapper instance)
or object to be marshalledCopyright © 2022 JBoss by Red Hat. All rights reserved.