public class VfsRandomAccessOutputStream
extends java.io.OutputStream
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
VfsRandomAccessOutputStream(VfsRandomAccess randy)
Create an output stream for the given VfsRandomAccess object.
|
public VfsRandomAccessOutputStream(VfsRandomAccess randy)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object