public interface CDRStreamWriter
IntWriter
is a
CDRStreamWriter
that knows how to marshal int
s,
a LongWriter
is a CDRStreamWriter
that knows how
to marshal long
s, 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 © 2018 JBoss by Red Hat. All rights reserved.