public class PtpOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
PtpOutputStream(java.io.OutputStream os)
Wrap OutputStream by PtpOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
write(java.lang.String str)
Write String to the stream as PTP String.
|
void |
write(UINT16 uint16)
Write UINT16 value to the stream.
|
void |
write(UINT32 uint32)
Write UINT32 value to the stream.
|
void |
write(UINT64 uint64)
Write UINT64 value to the stream.
|
public PtpOutputStream(java.io.OutputStream os)
os - public void write(UINT16 uint16) throws java.io.IOException
uint16 - java.io.IOExceptionpublic void write(UINT32 uint32) throws java.io.IOException
uint32 - java.io.IOExceptionpublic void write(UINT64 uint64) throws java.io.IOException
uint64 - java.io.IOExceptionpublic void write(java.lang.String str)
throws java.io.IOException
str - java.io.IOExceptionpublic void write(int b)
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 void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush 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.IOException