Package | Description |
---|---|
com.devexperts.io |
Provides input/output utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedInputPart
A size-delimited part of
BufferedInput for parsing of size-tagged packets. |
class |
ByteArrayInput
An implementation of
BufferedInput using single byte array buffer. |
class |
ChunkedInput
Implementation of
BufferedInput using ChunkList as an input. |
class |
StreamInput
An implementation of
BufferedInput that reads all data from source InputStream . |
Modifier and Type | Method and Description |
---|---|
int |
Marshaller.readMarshalledLength(BufferedInput in)
Reads the length of an object in serialized form from the input according to this marshalling strategy.
|
abstract T |
Marshaller.readObjectFrom(BufferedInput in,
int length,
SerialClassContext serialContext)
Reads object representation according to this marshalling strategy from the specified input.
|
void |
BufferedInputPart.setInput(BufferedInput in,
long length)
Binds this
BufferedInputPart object to the part of the specified input with
a limit by the particular length. |
Constructor and Description |
---|
BufferedInputPart(BufferedInput in,
long length)
Creates
BufferedInputPart object that is bound the part of the specified input and
is limited by the particular length. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.