public interface CDRStreamReader
IntReader is a
CDRStreamReader that knows how to unmarshal ints,
a LongReader is a CDRStreamReader that knows how
to unmarshal longs, and so on.| Modifier and Type | Method and Description |
|---|---|
Object |
read(InputStream in)
Unmarshals a Java basic data type or object from a CDR input stream.
|
Object read(InputStream in)
in - the input streamCopyright © 2020 JBoss by Red Hat. All rights reserved.