|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XDRDataOutput
An interface implemented by output streams that support XDR.
| Method Summary | |
|---|---|
void |
pad()
|
void |
writeDoubleArray(double[] array)
|
void |
writeDoubleArray(double[] array,
int start,
int n)
|
void |
writeFloatArray(float[] array)
|
void |
writeFloatArray(float[] array,
int start,
int n)
|
void |
writeIntArray(int[] array)
|
void |
writeIntArray(int[] array,
int start,
int n)
|
void |
writeString(String string)
Write a string preceeded by its (int) length |
void |
writeStringChars(String string)
Write a string (no length is written) |
| Methods inherited from interface java.io.DataOutput |
|---|
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Method Detail |
|---|
void pad()
throws IOException
IOException
void writeDoubleArray(double[] array)
throws IOException
IOException
void writeDoubleArray(double[] array,
int start,
int n)
throws IOException
IOException
void writeFloatArray(float[] array)
throws IOException
IOException
void writeFloatArray(float[] array,
int start,
int n)
throws IOException
IOException
void writeIntArray(int[] array)
throws IOException
IOException
void writeIntArray(int[] array,
int start,
int n)
throws IOException
IOException
void writeString(String string)
throws IOException
IOException
void writeStringChars(String string)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||