| Constructor and Description |
|---|
StreamInput(StreamReader streamReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Buffer |
getBuffer()
Return the Input's
Buffer. |
boolean |
isBuffered() |
GrizzlyFuture<java.lang.Integer> |
notifyCondition(Condition condition,
CompletionHandler<java.lang.Integer> completionHandler) |
byte |
read() |
int |
size() |
void |
skip(int length) |
Buffer |
takeBuffer()
Takes the Input's
Buffer. |
public StreamInput(StreamReader streamReader)
public GrizzlyFuture<java.lang.Integer> notifyCondition(Condition condition, CompletionHandler<java.lang.Integer> completionHandler)
notifyCondition in interface Inputpublic byte read()
throws java.io.IOException
public boolean isBuffered()
isBuffered in interface Inputpublic Buffer getBuffer()
InputBuffer.public Buffer takeBuffer()
InputtakeBuffer in interface InputBuffer. This Input should
never try to access this Buffer.Copyright © 2018 Oracle Corporation. All Rights Reserved.