DixShtix

com.dixshtix.io
Class IOChunkFileReader

java.lang.Object
  |
  +--com.dixshtix.io.IOChunkFileReader

public class IOChunkFileReader
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) Richard C. Penner II

Company:

Version:
1.0
Author:
Richard C. Penner II

Constructor Summary
IOChunkFileReader()
           
 
Method Summary
 void read(java.io.InputStream s, byte[] buffer)
           
 void read(java.io.InputStream s, byte[] buffer, int offset, int length)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IOChunkFileReader

public IOChunkFileReader()
Method Detail

read

public void read(java.io.InputStream s,
                 byte[] buffer,
                 int offset,
                 int length)
          throws java.io.IOException

read

public void read(java.io.InputStream s,
                 byte[] buffer)
          throws java.io.IOException

DixShtix