- All Superinterfaces:
AutoCloseable, Closeable, Flushable
- All Known Subinterfaces:
Marshaller
- All Known Implementing Classes:
AbstractMarshaller, AbstractObjectOutput, BlockMarshaller, BlockMarshaller, ByteBufferOutput, ByteOutputStream, LimitedByteOutput, MarshallerObjectOutputStream, ObjectOutputStreamMarshaller, OutputStreamByteOutput, RiverMarshaller, RiverObjectOutputStream, SerializingCloner.StepObjectOutput, SerializingCloner.StepObjectOutputStream, SerialMarshaller, SerialObjectOutputStream, SimpleByteOutput, SimpleDataOutput
-
Method Summary
void
Write all the bytes from the given array to the stream.
void
write(byte[] b,
int off,
int len)
Write some of the bytes from the given array to the stream.
void
Writes to the output stream the eight low-order bits of the argument b.