com.google.protobuf
Class ByteString.Output

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by com.google.protobuf.ByteString.Output
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
ByteString

public static final class ByteString.Output
extends java.io.FilterOutputStream

Outputs to a ByteString instance. Call toByteString() to create the ByteString instance.


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Method Summary
 ByteString toByteString()
          Creates a ByteString instance from this Output.
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toByteString

public ByteString toByteString()
Creates a ByteString instance from this Output.



Copyright © 2008-2009 Google. All Rights Reserved.