public interface CDRStreamReader
IntReader
is a
CDRStreamReader
that knows how to unmarshal int
s,
a LongReader
is a CDRStreamReader
that knows how
to unmarshal long
s, 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 © 2018 JBoss by Red Hat. All rights reserved.