com.fernsroth.easyio
Class RandomAccessByteArrayOutputStreamAdapter

java.lang.Object
  extended by java.io.OutputStream
      extended by com.fernsroth.easyio.RandomAccessByteArrayOutputStreamAdapter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class RandomAccessByteArrayOutputStreamAdapter
extends java.io.OutputStream

Author:
Joseph M. Ferner (Near Infinity Corporation)

Constructor Summary
RandomAccessByteArrayOutputStreamAdapter(RandomAccessByteArray raba)
          constructor.
 
Method Summary
 void write(int b)
          
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAccessByteArrayOutputStreamAdapter

public RandomAccessByteArrayOutputStreamAdapter(RandomAccessByteArray raba)
constructor.

Parameters:
raba - the byte array.
Method Detail

write

public void write(int b)
           throws java.io.IOException

Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException


Copyright © 2006 null. All Rights Reserved.