org.apache.accumulo.core.client.lexicoder.impl
Class FixedByteArrayOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.accumulo.core.client.lexicoder.impl.FixedByteArrayOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class FixedByteArrayOutputStream
extends OutputStream

Uses a fixed length array and will not grow in size dynamically like the ByteArrayOutputStream.


Constructor Summary
FixedByteArrayOutputStream(byte[] out)
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedByteArrayOutputStream

public FixedByteArrayOutputStream(byte[] out)
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException


Copyright © 2015 Apache Accumulo Project. All rights reserved.