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, waitprotected final void checkOpen()
throws ClosedChannelException
ClosedChannelException - iff Channel.isOpen() returns
false.Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.