public abstract class AbstractSeekableChannel extends Object implements SeekableByteChannel
Constructor and Description |
---|
AbstractSeekableChannel() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkOpen()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final void checkOpen() throws ClosedChannelException
ClosedChannelException
- iff Channel.isOpen()
returns
false
.Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.