| Package | Description |
|---|---|
| net.java.truecommons.io |
Provides common I/O components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisconnectingOutputStream
An abstract decorator which protects the decorated stream from all access
unless it's open.
|
class |
LittleEndianOutputStream
An output stream to write data in Little Endian (LE) format.
|
class |
LockOutputStream
A decorator which protects all access to its output stream
via a
Lock. |
Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.