|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void pad() throws IOException
IOException
public void writeDoubleArray(double[] array) throws IOException
IOException
public void writeDoubleArray(double[] array, int start, int n) throws IOException
IOException
public void writeFloatArray(float[] array) throws IOException
IOException
public void writeFloatArray(float[] array, int start, int n) throws IOException
IOException
public void writeIntArray(int[] array) throws IOException
IOException
public void writeIntArray(int[] array, int start, int n) throws IOException
IOException
public void writeString(String string) throws IOException
IOException
public void writeStringChars(String string) throws IOException
IOException
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |