|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferedInput | |
---|---|
com.devexperts.io | Input/output utility classes. |
Uses of BufferedInput in com.devexperts.io |
---|
Subclasses of BufferedInput in com.devexperts.io | |
---|---|
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 . |
Methods in com.devexperts.io with parameters of type BufferedInput | |
---|---|
void |
BufferedInputPart.setInput(BufferedInput in,
long length)
|
Constructors in com.devexperts.io with parameters of type BufferedInput | |
---|---|
BufferedInputPart(BufferedInput in,
long length)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |