Package net.netheos.pcsapi.bytesio

Interface Summary
ByteSink Represents a destination where bytes can be written
ByteSource Readable source of bytes that supplies an ByteSink
ProgressListener Object that listens a progress for instances for downloads and uploads
 

Class Summary
ByteSinkStream ByteSinkStream are FilterOutputStream that can abort current operations
FileByteSink ByteSink where bytes are written to a file
FileByteSource Implementation of ByteSource with file
MemoryByteSink Implementation of ByteSource in memory
MemoryByteSinkStream Implements the in-memory version of a byte sink stream
MemoryByteSource Implementation of an in-memory ByteSource
ProgressByteSink Byte Sink used to monitor progress in stream operations.
ProgressByteSinkStream Byte sink stream that reports progress in stream operations
ProgressByteSource A byte source that notifies a ProgressListener ; data is read from underlying ByteSource.
RangeByteSource A byte source view of a range of bytes from an underlying byte source.
StdoutProgressListener A simple progress listener that outputs to stdout.
 



Copyright © 2014. All Rights Reserved.