This project has retired. For details please refer to its
Attic page.
FixedByteArrayOutputStream (Apache Gora 0.2 API)
org.apache.gora.accumulo.util
Class FixedByteArrayOutputStream
java.lang.Object
java.io.OutputStream
org.apache.gora.accumulo.util.FixedByteArrayOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class FixedByteArrayOutputStream
- extends OutputStream
Method Summary |
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedByteArrayOutputStream
public FixedByteArrayOutputStream(byte[] out)
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 © 2010-2013 The Apache Software Foundation. All Rights Reserved.