public class AVMRemoteOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
AVMRemoteOutputStream(java.lang.String handle,
AVMRemoteTransport remote,
ClientTicketHolder ticketHolder)
Create a new one.
|
public AVMRemoteOutputStream(java.lang.String handle,
AVMRemoteTransport remote,
ClientTicketHolder ticketHolder)
handle - The handle returned from an AVMRemote call.remote - The AVMRemote instance.public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - The character.java.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.OutputStreamb - The buffer containing the data.off - The offset into the buffer.len - The number of bytes to write.java.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamb - The buffer.java.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.