Package com.esotericsoftware.kryo.io
package com.esotericsoftware.kryo.io
-
ClassesClassDescriptionAn InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.An InputStream whose source is a
ByteBuffer
.An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.An OutputStream whose target is aByteBuffer
.An InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.An InputStream that reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.Best attempt adapter forDataInput
.A kryo implementation ofDataOutput
.A kryo implementation ofObjectInput
.A kryo adapter for theObjectOutput
class.An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.An OutputStream that buffers data in a byte array and flushes to another OutputStream, writing the length before each flush.