SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.server.make
Class BytesToAddStreamer

java.lang.Object
  |
  +--org.sourcejammer.server.make.BytesToAddStreamer

public class BytesToAddStreamer
extends java.lang.Object

Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project


Field Summary
 int fileSize
           
static int MAX_BYTE_ARRAY_SIZE
           
 
Constructor Summary
BytesToAddStreamer(java.io.File source)
           
 
Method Summary
 void close()
           
protected  void finailze()
           
 byte[] retrieveBytes(int beginIndex, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_BYTE_ARRAY_SIZE

public static final int MAX_BYTE_ARRAY_SIZE

fileSize

public int fileSize
Constructor Detail

BytesToAddStreamer

public BytesToAddStreamer(java.io.File source)
                   throws java.io.IOException
Method Detail

retrieveBytes

public byte[] retrieveBytes(int beginIndex,
                            int length)
                     throws java.lang.IndexOutOfBoundsException,
                            java.io.IOException

close

public void close()
           throws java.io.IOException

finailze

protected void finailze()
                 throws java.lang.Throwable

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan