| Interface | Description |
|---|---|
| IByteArrayInputStream |
ByteArrayInputStream-representing interface to be used in API contracts. |
| IByteArrayOutputStream |
ByteArrayOutputStream-representing interface to be used in API contracts. |
| IInputStream |
InputStream-representing interface to be used in API contracts. |
| IOutputStream |
OutputStream-representing interface to be used in API contracts. |
| LockFile |
Lock-file exclusively locking a certain
file. |
| Class | Description |
|---|---|
| ByteArrayInputStream |
Subclass of
ByteArrayInputStream also implementing IByteArrayInputStream. |
| ByteArrayOutputStream |
Subclass of
ByteArrayOutputStream also implementing IByteArrayOutputStream. |
| LockFileFactory |
Factory creating
LockFile instances. |
| NoCloseInputStream | |
| NoCloseOutputStream | |
| StreamUtil |
Utility class for working with
IInputStream and IOutputStream. |
| Exception | Description |
|---|---|
| TimeoutException |
Copyright © 2013–2019. All rights reserved.