This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.accumulo.util
Class FixedByteArrayOutputStream
java.lang.Object
   java.io.OutputStream
java.io.OutputStream
       org.apache.gora.accumulo.util.FixedByteArrayOutputStream
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:
- writein class- OutputStream
 
- 
- Throws:
- IOException
 
write
public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
- 
- Overrides:
- writein class- OutputStream
 
- 
- Throws:
- IOException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.