C G H P R S W X

C

clearReadLimit() - Method in class hep.io.xdr.XDRInputStream
 

G

getBytesRead() - Method in class hep.io.xdr.XDRInputStream
 
getBytesWritten() - Method in class hep.io.xdr.XDROutputStream
 

H

hep.io.xdr - package hep.io.xdr
A pure Java implementation of the XDR format.

P

pad() - Method in interface hep.io.xdr.XDRDataInput
Skips appropriate amount to bring stream to 4-byte boundary.
pad() - Method in interface hep.io.xdr.XDRDataOutput
 
pad() - Method in class hep.io.xdr.XDRInputStream
Skips appropriate amount to bring stream to 4-byte boundary.
pad() - Method in class hep.io.xdr.XDROutputStream
Skips appropriate amount to bring stream to 4-byte boundary.
pad() - Method in class hep.io.xdr.XDRRandomAccessFile
 

R

read(XDRDataInput) - Method in interface hep.io.xdr.XDRSerializable
 
readDoubleArray(double[]) - Method in interface hep.io.xdr.XDRDataInput
Reads a double array.
readDoubleArray(double[]) - Method in class hep.io.xdr.XDRInputStream
 
readDoubleArray(double[]) - Method in class hep.io.xdr.XDRRandomAccessFile
 
readFloatArray(float[]) - Method in interface hep.io.xdr.XDRDataInput
Reads a float array.
readFloatArray(float[]) - Method in class hep.io.xdr.XDRInputStream
 
readFloatArray(float[]) - Method in class hep.io.xdr.XDRRandomAccessFile
 
readIntArray(int[]) - Method in interface hep.io.xdr.XDRDataInput
Reads an integer array.
readIntArray(int[]) - Method in class hep.io.xdr.XDRInputStream
 
readIntArray(int[]) - Method in class hep.io.xdr.XDRRandomAccessFile
 
readString() - Method in interface hep.io.xdr.XDRDataInput
Read a String.
readString(int) - Method in interface hep.io.xdr.XDRDataInput
Reads a String of length l bytes, and skips appropriate amount to bring stream to 4-byte boundary.
readString(int) - Method in class hep.io.xdr.XDRInputStream
 
readString() - Method in class hep.io.xdr.XDRInputStream
 
readString(int) - Method in class hep.io.xdr.XDRRandomAccessFile
 
readString() - Method in class hep.io.xdr.XDRRandomAccessFile
 

S

setReadLimit(int) - Method in class hep.io.xdr.XDRInputStream
Sets a limit on the number of bytes that can be read from this file before an EOF will be generated

W

write(XDRDataOutput) - Method in interface hep.io.xdr.XDRSerializable
 
writeDoubleArray(double[]) - Method in interface hep.io.xdr.XDRDataOutput
 
writeDoubleArray(double[], int, int) - Method in interface hep.io.xdr.XDRDataOutput
 
writeDoubleArray(double[]) - Method in class hep.io.xdr.XDROutputStream
 
writeDoubleArray(double[], int, int) - Method in class hep.io.xdr.XDROutputStream
 
writeDoubleArray(double[]) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeDoubleArray(double[], int, int) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeFloatArray(float[]) - Method in interface hep.io.xdr.XDRDataOutput
 
writeFloatArray(float[], int, int) - Method in interface hep.io.xdr.XDRDataOutput
 
writeFloatArray(float[]) - Method in class hep.io.xdr.XDROutputStream
 
writeFloatArray(float[], int, int) - Method in class hep.io.xdr.XDROutputStream
 
writeFloatArray(float[]) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeFloatArray(float[], int, int) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeIntArray(int[]) - Method in interface hep.io.xdr.XDRDataOutput
 
writeIntArray(int[], int, int) - Method in interface hep.io.xdr.XDRDataOutput
 
writeIntArray(int[]) - Method in class hep.io.xdr.XDROutputStream
 
writeIntArray(int[], int, int) - Method in class hep.io.xdr.XDROutputStream
 
writeIntArray(int[]) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeIntArray(int[], int, int) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeString(String) - Method in interface hep.io.xdr.XDRDataOutput
Write a string preceeded by its (int) length
writeString(String) - Method in class hep.io.xdr.XDROutputStream
 
writeString(String) - Method in class hep.io.xdr.XDRRandomAccessFile
 
writeStringChars(String) - Method in interface hep.io.xdr.XDRDataOutput
Write a string (no length is written)
writeStringChars(String) - Method in class hep.io.xdr.XDROutputStream
 
writeStringChars(String) - Method in class hep.io.xdr.XDRRandomAccessFile
 

X

XDRDataInput - Interface in hep.io.xdr
An interface implemented by input streams that support XDR.
XDRDataOutput - Interface in hep.io.xdr
An interface implemented by output streams that support XDR.
XDRInputStream - Class in hep.io.xdr
A class for reading XDR files.
XDRInputStream(InputStream) - Constructor for class hep.io.xdr.XDRInputStream
 
XDROutputStream - Class in hep.io.xdr
A class for writing XDR files.
XDROutputStream(OutputStream) - Constructor for class hep.io.xdr.XDROutputStream
 
XDRRandomAccessFile - Class in hep.io.xdr
A random access file for use with XDR.
XDRRandomAccessFile(String, String) - Constructor for class hep.io.xdr.XDRRandomAccessFile
 
XDRSerializable - Interface in hep.io.xdr
An interface to be implemented by objects that can be read and written using XDR

C G H P R S W X

Copyright © 2000-2006 FreeHEP. All Rights Reserved.