public static final class DefaultStreamReader.Input extends BufferedInput
completionHandler, compositeBuffer, condition, future, isCompletionHandlerRegistered, lock, registrationStackTrace
Constructor and Description |
---|
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, takeBuffer
protected void onOpenInputSource() throws IOException
onOpenInputSource
in class BufferedInput
IOException
protected void onCloseInputSource() throws IOException
onCloseInputSource
in class BufferedInput
IOException
protected void notifyCompleted(CompletionHandler<Integer> completionHandler)
notifyCompleted
in class BufferedInput
protected void notifyFailure(CompletionHandler<Integer> completionHandler, Throwable failure)
notifyFailure
in class BufferedInput
Copyright © 2015 Oracle Corporation. All rights reserved.