ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearStream Class |
The following tables list the members exposed by ImGearStream.
Name | Description | |
---|---|---|
ImGearStream Constructor |
Name | Description | |
---|---|---|
close | Closes stream and releases any system resources associated with it.
Has no effect if stream is already closed. | |
flush | Flushes streams implementing a buffer. | |
getLength | Returns the length of this stream. | |
isReadable | Returns whether you can read from this stream. | |
isWritable | Returns whether you can write to this stream. | |
position | Returns the current offset in this stream. | |
read | Reads up to len bytes of data from this stream into an array of bytes. | |
readByte | Reads the next byte from the stream. | |
seek | Sets the position within this stream. | |
setLength | Sets the length of this stream.
If the present length of the stream as returned by the getLength method is greater than the If the present length of the stream as returned by the getLength method is smaller than the | |
write | Writes len bytes from the specified byte array starting at offset off to this stream. | |
writeByte | Writes a byte to the stream. |