Package | Description |
---|---|
com.devexperts.io |
Provides input/output utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayOutput
An implementation of
BufferedOutput using single byte array buffer. |
class |
ChunkedOutput
Implementation of
BufferedOutput using ChunkList as an output. |
class |
StreamOutput
An implementation of
BufferedOutput that writes all data to destination OutputStream . |
Modifier and Type | Method and Description |
---|---|
void |
Marshaller.writeMarshalledLength(BufferedOutput out,
int length)
Writes the length of an object in serialized form to the output according to this marshalling strategy.
|
abstract void |
Marshaller.writeObjectTo(BufferedOutput out,
T object)
Writes byte representation of the object according to this marshalling strategy into
the specified output.
|
Copyright © 2002–2025 Devexperts LLC. All rights reserved.