public static final class DefaultStreamReader.Input extends BufferedInput
completionHandler, compositeBuffer, condition, future, isCompletionHandlerRegistered, lock, registrationStackTrace| Constructor and Description |
|---|
DefaultStreamReader.Input() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyCompleted(CompletionHandler<Integer> completionHandler) |
protected void |
notifyFailure(CompletionHandler<Integer> completionHandler,
Throwable failure) |
protected void |
onCloseInputSource() |
protected void |
onOpenInputSource() |
append, close, getBuffer, isBuffered, notifyCondition, prepend, read, size, skip, takeBufferprotected void onOpenInputSource()
throws IOException
onOpenInputSource in class BufferedInputIOExceptionprotected void onCloseInputSource()
throws IOException
onCloseInputSource in class BufferedInputIOExceptionprotected void notifyCompleted(CompletionHandler<Integer> completionHandler)
notifyCompleted in class BufferedInputprotected void notifyFailure(CompletionHandler<Integer> completionHandler, Throwable failure)
notifyFailure in class BufferedInputCopyright © 2013 Oracle Corporation. All Rights Reserved.