PDF Clown
0.0.8

it.stefanochizzolini.clown.bytes
Interface IStream

All Superinterfaces:
Closeable
All Known Subinterfaces:
IBuffer, IInputStream, IOutputStream
All Known Implementing Classes:
Buffer, FileInputStream, OutputStream

public interface IStream
extends Closeable

Base stream interface.

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 long getLength()
          Gets the length of the stream.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getLength

long getLength()
Gets the length of the stream.


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.