Package com.helger.commons.io
-
Interface Summary Interface Description IHasByteArray Base interface for all objects owning a byte array.IHasInputStream A callback interface to retrieveInputStreamobjects.IHasInputStreamAndReader A callback interface to retrieveReaderobjects based on InputStreams.IHasOutputStream A callback interface to retrieveOutputStreamobjects.IHasOutputStreamAndWriter A callback interface to retrieveWriterobjects based on InputStreams.IHasReader A callback interface to retrieveReaderobjects.IHasWriter A callback interface to retrieveWriterobjects.IWriteToStream A simple interface for objects that can write to anOutputStream. -
Class Summary Class Description ByteArrayWrapper A straight forward implementation ofIHasByteArray -
Enum Summary Enum Description EAppend Small enum for determining the append or truncate state of output streams.