Package | Description |
---|---|
net.sourceforge.javadpkg.io.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateCloseHandler
A
CloseHandler implementation which delegates the DelegateCloseHandler.closed()
method call to the Closeable.close() method of a Closeable
object. |
Constructor and Description |
---|
UncloseableInputStream(InputStream in,
CloseHandler closeHandler)
Creates a stream.
|
UncloseableOutputStream(OutputStream out,
CloseHandler closeHandler)
Creates a stream.
|
Copyright © 2015–2019. All rights reserved.