All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.ifarchive.glk.StreamResult

java.lang.Object
   |
   +----org.ifarchive.glk.StreamResult

public class StreamResult
extends Object
Result structure returned when a stream is closed.

See Also:
close

Variable Index

 o readCount
Number of bytes read from the stream.
 o writeCount
Number of bytes written to the stream.

Constructor Index

 o StreamResult()

Variables

 o readCount
 public long readCount
Number of bytes read from the stream.

 o writeCount
 public long writeCount
Number of bytes written to the stream.

Constructors

 o StreamResult
 public StreamResult()

All Packages  Class Hierarchy  This Package  Previous  Next  Index