-
getBytesWritten() - Method in class com
.bric
.io
.
MeasuredOutputStream
-
Returns the number of bytes written since this object was constructed.
-
getLimit() - Method in class com
.bric
.io
.
GuardedOutputStream
-
The number of bytes that can still be written to this stream.
-
getReadBytes() - Method in class com
.bric
.io
.
MeasuredInputStream
-
Returns the number of bytes that have been read (or skipped).
-
getRemainingLimit() - Method in class com
.bric
.io
.
GuardedInputStream
-
Returns the number of bytes that are allowed to be read.
-
GuardedInputStream
- Class in
com.bric.io
-
This filtered stream places an initial limit on the number of bytes that can be read.
-
GuardedInputStream(InputStream, long, boolean) - Constructor for class com
.bric
.io
.
GuardedInputStream
-
Constructs a new
GuardedInputStream.
-
GuardedOutputStream
- Class in
com.bric.io
-
This restricts the amount of data that can be written to an underlying
OutputStream.
-
GuardedOutputStream(OutputStream, long) - Constructor for class com
.bric
.io
.
GuardedOutputStream
-
Constructs a new
GuardedOutputStream.