Package | Description |
---|---|
com.devexperts.io |
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 |
StreamInput
An implementation of
BufferedInput that reads all data from source InputStream . |
Modifier and Type | Method and Description |
---|---|
void |
BufferedInputPart.setInput(BufferedInput in,
long length) |
Constructor and Description |
---|
BufferedInputPart(BufferedInput in,
long length) |
Copyright © 2014 Devexperts. All Rights Reserved.