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