|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.DataOutputStream
org.apgrid.grpc.ng.XDROutputStream
| Constructor Summary | |
XDROutputStream(java.io.OutputStream stream)
|
|
| Method Summary | |
void |
close()
|
void |
writeBytes(byte[] buffer)
|
void |
writeBytes(byte[] buffer,
int offset,
int length)
|
void |
writeString(java.lang.String string)
|
| Methods inherited from class java.io.DataOutputStream |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Methods inherited from class java.io.FilterOutputStream |
write |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apgrid.grpc.ng.NgDataOutputStream |
writeInt |
| Methods inherited from interface java.io.DataOutput |
write |
| Constructor Detail |
public XDROutputStream(java.io.OutputStream stream)
stream - | Method Detail |
public void close()
close in interface NgDataOutputStream
public void writeString(java.lang.String string)
throws GrpcException
writeString in interface NgDataOutputStreamstring -
GrpcException
public void writeBytes(byte[] buffer)
throws GrpcException
writeBytes in interface NgDataOutputStreambuffer -
GrpcException
public void writeBytes(byte[] buffer,
int offset,
int length)
throws GrpcException
writeBytes in interface NgDataOutputStreambuffer - offset - length -
GrpcException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||