org.apache.jdo.impl.fostore
Class FOStoreOutput.LocalByteArrayOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.ByteArrayOutputStream
          extended byorg.apache.jdo.impl.fostore.FOStoreOutput.LocalByteArrayOutputStream
Enclosing class:
FOStoreOutput

class FOStoreOutput.LocalByteArrayOutputStream
extends java.io.ByteArrayOutputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
(package private) FOStoreOutput.LocalByteArrayOutputStream()
           
 
Method Summary
(package private)  byte[] getBuf()
           
(package private)  int getCurrentPosition()
           
(package private)  void seek(int pos)
           
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FOStoreOutput.LocalByteArrayOutputStream

FOStoreOutput.LocalByteArrayOutputStream()
Method Detail

getBuf

byte[] getBuf()

getCurrentPosition

int getCurrentPosition()

seek

void seek(int pos)