Uses of Class
visad.data.visad.BinaryReader

Packages that use BinaryReader
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.data.visad.object   
 

Uses of BinaryReader in visad.data.visad
 

Methods in visad.data.visad with parameters of type BinaryReader
 DataImpl VisADForm.readData(BinaryReader rdr)
           
 DataImpl VisADCachingForm.readData(BinaryReader rdr)
           
 

Uses of BinaryReader in visad.data.visad.object
 

Methods in visad.data.visad.object with parameters of type BinaryReader
static Unit BinaryUnit.read(BinaryReader reader)
           
static UnionSet BinaryUnionSet.read(BinaryReader reader)
           
static Tuple BinaryTuple.read(BinaryReader reader)
           
static Text BinaryText.read(BinaryReader reader)
           
static String BinaryString.read(BinaryReader reader)
           
static SingletonSet BinarySingletonSet.read(BinaryReader reader)
           
static RealTuple BinaryRealTuple.read(BinaryReader reader)
           
static Real BinaryReal.read(BinaryReader reader)
           
static ProductSet BinaryProductSet.read(BinaryReader reader)
           
static MathType BinaryMathType.read(BinaryReader reader)
           
static List1DSet BinaryList1DSet.read(BinaryReader reader)
           
static int[] BinaryIntegerArray.read(BinaryReader reader)
           
static DataImpl BinaryGeneric.read(BinaryReader reader)
           
static float[][] BinaryFloatMatrix.read(BinaryReader reader)
           
static float[] BinaryFloatArray.read(BinaryReader reader)
           
static FieldImpl BinaryFieldImpl.read(BinaryReader reader)
           
static ErrorEstimate BinaryErrorEstimate.read(BinaryReader reader)
           
static double[][] BinaryDoubleMatrix.read(BinaryReader reader)
           
static double[] BinaryDoubleArray.read(BinaryReader reader)
           
static Data[] BinaryDataArray.read(BinaryReader reader)
           
static CoordinateSystem BinaryCoordinateSystem.read(BinaryReader reader)
           
static SimpleSet BinarySimpleSet.read(BinaryReader reader, byte dataType)
           
static GriddedSet BinaryLinearSet.read(BinaryReader reader, byte dataType)
           
static IrregularSet BinaryIrregularSet.read(BinaryReader reader, byte dataType)
           
static GriddedSet BinaryIntegerSet.read(BinaryReader reader, byte dataType)
           
static GriddedSet BinaryGriddedSet.read(BinaryReader reader, byte dataType)
           
static GriddedSet BinaryGriddedDoubleSet.read(BinaryReader reader, byte dataType)
           
static TextType BinaryTextType.read(BinaryReader reader, int index)
           
static SetType BinarySetType.read(BinaryReader reader, int index)
           
static RealType BinaryRealType.read(BinaryReader reader, int index)
           
static RealTupleType BinaryRealTupleType.read(BinaryReader reader, int index)
           
static Quantity BinaryQuantity.read(BinaryReader reader, int index)
           
static FunctionType BinaryFunctionType.read(BinaryReader reader, int index)
           
static FlatField BinaryFlatField.read(BinaryReader reader, int objLen, boolean cacheFile)
           
static TupleType BinaryTupleType.read(BinaryReader reader, int index, int objLen)
           
static Unit[] BinaryUnit.readList(BinaryReader reader)
           
static SampledSet[] BinarySampledSet.readList(BinaryReader reader)
           
static ErrorEstimate[] BinaryErrorEstimate.readList(BinaryReader reader)
           
static CoordinateSystem[] BinaryCoordinateSystem.readList(BinaryReader reader)
           
static MathType[] BinaryMathType.readList(BinaryReader reader, int dim)