Binary compatibility report for the HDF-Java library between 2.3 and 2.4 versions
Test Info
Library Name | HDF-Java |
Version #1 | 2.3 |
Version #2 | 2.4 |
Test Results
Total Java ARchives | 8 |
---|
Total Methods / Classes | 2773 / 212 |
---|
Verdict | Incompatible (47%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 194 |
---|
Removed Methods | High | 1109 |
---|
Problems with Data Types | High | 75 |
---|
Medium | 1 |
Low | 38 |
Problems with Methods | High | 12 |
---|
Medium | 16 |
Low | 11 |
Other Changes in Data Types | - | 68 |
Added Methods (194)
h5srb.jar, H5SRB.class
package ncsa.hdf.srb
H5SRB.callServerInit ( String p1 ) [static] : void
[mangled: ncsa/hdf/srb/H5SRB.callServerInit:(Ljava/lang/String;)V]
H5SRB.getFileFieldSeparator ( ) [static] : String
[mangled: ncsa/hdf/srb/H5SRB.getFileFieldSeparator:()Ljava/lang/String;]
H5SRB.getFileList ( Vector p1 ) [static] : int
[mangled: ncsa/hdf/srb/H5SRB.getFileList:(Ljava/util/Vector;)I]
H5SRB.getServerInfo ( ) [static] : String[ ]
[mangled: ncsa/hdf/srb/H5SRB.getServerInfo:()[Ljava/lang/String;]
H5SRB.h5ObjRequest ( Object p1, int p2 ) [static] : int
[mangled: ncsa/hdf/srb/H5SRB.h5ObjRequest:(Ljava/lang/Object;I)I]
H5SRB.H5SRB ( )
[mangled: ncsa/hdf/srb/H5SRB."<init>":()V]
h5srb.jar, H5SrbCompoundDS.class
package ncsa.hdf.srb
H5SrbCompoundDS.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.close:(I)V]
H5SrbCompoundDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbCompoundDS.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getDatatype:()Lncsa/hdf/object/Datatype;]
H5SrbCompoundDS.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getMetadata:()Ljava/util/List;]
H5SrbCompoundDS.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getPalette:()[[B]
H5SrbCompoundDS.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.getPaletteRefs:()[B]
H5SrbCompoundDS.H5SrbCompoundDS ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/srb/H5SrbCompoundDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5SrbCompoundDS.H5SrbCompoundDS ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/srb/H5SrbCompoundDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5SrbCompoundDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.hasAttribute:()Z]
H5SrbCompoundDS.init ( ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.init:()V]
H5SrbCompoundDS.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.open:()I]
H5SrbCompoundDS.read ( ) : Object
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.read:()Ljava/lang/Object;]
H5SrbCompoundDS.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.readBytes:()[B]
H5SrbCompoundDS.readPalette ( int p1 ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.readPalette:(I)[[B]
H5SrbCompoundDS.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.removeMetadata:(Ljava/lang/Object;)V]
H5SrbCompoundDS.setMemberCount ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.setMemberCount:(I)V]
H5SrbCompoundDS.write ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.write:(Ljava/lang/Object;)V]
H5SrbCompoundDS.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbCompoundDS.writeMetadata:(Ljava/lang/Object;)V]
h5srb.jar, H5SrbDatatype.class
package ncsa.hdf.srb
H5SrbDatatype.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbDatatype.close:(I)V]
H5SrbDatatype.fromNative ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbDatatype.fromNative:(I)V]
H5SrbDatatype.getDatatypeDescription ( ) : String
[mangled: ncsa/hdf/srb/H5SrbDatatype.getDatatypeDescription:()Ljava/lang/String;]
H5SrbDatatype.H5SrbDatatype ( int p1 )
[mangled: ncsa/hdf/srb/H5SrbDatatype."<init>":(I)V]
H5SrbDatatype.H5SrbDatatype ( int p1, int p2, int p3, int p4 )
[mangled: ncsa/hdf/srb/H5SrbDatatype."<init>":(IIII)V]
H5SrbDatatype.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbDatatype.hasAttribute:()Z]
H5SrbDatatype.isUnsigned ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbDatatype.isUnsigned:()Z]
H5SrbDatatype.toNative ( ) : int
[mangled: ncsa/hdf/srb/H5SrbDatatype.toNative:()I]
h5srb.jar, H5SrbFile.class
package ncsa.hdf.srb
H5SrbFile.close ( ) : void
[mangled: ncsa/hdf/srb/H5SrbFile.close:()V]
H5SrbFile.copy ( HObject p1, Group p2, String p3 ) : TreeNode
[mangled: ncsa/hdf/srb/H5SrbFile.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;Ljava/lang/String;)Ljavax/swing/tree/TreeNode;]
H5SrbFile.createDatatype ( int p1, int p2, int p3, int p4 ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbFile.createDatatype:(IIII)Lncsa/hdf/object/Datatype;]
H5SrbFile.createDatatype ( int p1, int p2, int p3, int p4, String p5 ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbFile.createDatatype:(IIIILjava/lang/String;)Lncsa/hdf/object/Datatype;]
H5SrbFile.createGroup ( String p1, Group p2 ) : Group
[mangled: ncsa/hdf/srb/H5SrbFile.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/Group;]
H5SrbFile.createImage ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, int p8, int p9, Object p10 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbFile.createImage:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JIIILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.createInstance ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/srb/H5SrbFile.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H5SrbFile.createLink ( Group p1, String p2, HObject p3 ) : HObject
[mangled: ncsa/hdf/srb/H5SrbFile.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
H5SrbFile.createScalarDS ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, Object p8 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbFile.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.delete ( HObject p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbFile.delete:(Lncsa/hdf/object/HObject;)V]
H5SrbFile.get ( String p1 ) : HObject
[mangled: ncsa/hdf/srb/H5SrbFile.get:(Ljava/lang/String;)Lncsa/hdf/object/HObject;]
H5SrbFile.getLibversion ( ) : String
[mangled: ncsa/hdf/srb/H5SrbFile.getLibversion:()Ljava/lang/String;]
H5SrbFile.getPath ( ) : String
[mangled: ncsa/hdf/srb/H5SrbFile.getPath:()Ljava/lang/String;]
H5SrbFile.getRootNode ( ) : TreeNode
[mangled: ncsa/hdf/srb/H5SrbFile.getRootNode:()Ljavax/swing/tree/TreeNode;]
H5SrbFile.H5SrbFile ( )
[mangled: ncsa/hdf/srb/H5SrbFile."<init>":()V]
H5SrbFile.H5SrbFile ( String p1 )
[mangled: ncsa/hdf/srb/H5SrbFile."<init>":(Ljava/lang/String;)V]
H5SrbFile.isThisType ( FileFormat p1 ) : boolean
[mangled: ncsa/hdf/srb/H5SrbFile.isThisType:(Lncsa/hdf/object/FileFormat;)Z]
H5SrbFile.isThisType ( String p1 ) : boolean
[mangled: ncsa/hdf/srb/H5SrbFile.isThisType:(Ljava/lang/String;)Z]
H5SrbFile.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbFile.open:()I]
H5SrbFile.writeAttribute ( HObject p1, Attribute p2, boolean p3 ) : void
[mangled: ncsa/hdf/srb/H5SrbFile.writeAttribute:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Attribute;Z)V]
h5srb.jar, H5SrbGroup.class
package ncsa.hdf.srb
H5SrbGroup.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.close:(I)V]
H5SrbGroup.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/H5SrbGroup.getMetadata:()Ljava/util/List;]
H5SrbGroup.H5SrbGroup ( FileFormat p1, String p2, String p3, Group p4 )
[mangled: ncsa/hdf/srb/H5SrbGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;)V]
H5SrbGroup.H5SrbGroup ( FileFormat p1, String p2, String p3, Group p4, long[ ] p5 )
[mangled: ncsa/hdf/srb/H5SrbGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;[J)V]
H5SrbGroup.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbGroup.hasAttribute:()Z]
H5SrbGroup.init ( ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.init:()V]
H5SrbGroup.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbGroup.open:()I]
H5SrbGroup.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.removeMetadata:(Ljava/lang/Object;)V]
H5SrbGroup.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbGroup.writeMetadata:(Ljava/lang/Object;)V]
h5srb.jar, H5SrbScalarDS.class
package ncsa.hdf.srb
H5SrbScalarDS.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.close:(I)V]
H5SrbScalarDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset
[mangled: ncsa/hdf/srb/H5SrbScalarDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbScalarDS.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getDatatype:()Lncsa/hdf/object/Datatype;]
H5SrbScalarDS.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getMetadata:()Ljava/util/List;]
H5SrbScalarDS.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getPalette:()[[B]
H5SrbScalarDS.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.getPaletteRefs:()[B]
H5SrbScalarDS.H5SrbScalarDS ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/srb/H5SrbScalarDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5SrbScalarDS.H5SrbScalarDS ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/srb/H5SrbScalarDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5SrbScalarDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/srb/H5SrbScalarDS.hasAttribute:()Z]
H5SrbScalarDS.init ( ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.init:()V]
H5SrbScalarDS.open ( ) : int
[mangled: ncsa/hdf/srb/H5SrbScalarDS.open:()I]
H5SrbScalarDS.read ( ) : Object
[mangled: ncsa/hdf/srb/H5SrbScalarDS.read:()Ljava/lang/Object;]
H5SrbScalarDS.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.readBytes:()[B]
H5SrbScalarDS.readPalette ( int p1 ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/H5SrbScalarDS.readPalette:(I)[[B]
H5SrbScalarDS.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.removeMetadata:(Ljava/lang/Object;)V]
H5SrbScalarDS.setPalette ( byte[ ] p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.setPalette:([B)V]
H5SrbScalarDS.write ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.write:(Ljava/lang/Object;)V]
H5SrbScalarDS.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/H5SrbScalarDS.writeMetadata:(Ljava/lang/Object;)V]
h5srb.jar, SRBFileDialog.class
package ncsa.hdf.srb
SRBFileDialog.testFileContent ( String p1 ) : void
[mangled: ncsa/hdf/srb/SRBFileDialog.testFileContent:(Ljava/lang/String;)V]
SRBFileDialog.testFileList ( ) : void
[mangled: ncsa/hdf/srb/SRBFileDialog.testFileList:()V]
jhdf.jar, HDFLibrary.class
package ncsa.hdf.hdflib
HDFLibrary.HDdont_atexit ( ) [static] : int
[mangled: ncsa/hdf/hdflib/HDFLibrary.HDdont_atexit:()I]
jhdf4obj.jar, H4Datatype.class
package ncsa.hdf.object.h4
H4Datatype.close ( int p1 ) : void
[mangled: ncsa/hdf/object/h4/H4Datatype.close:(I)V]
H4Datatype.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h4/H4Datatype.hasAttribute:()Z]
jhdf4obj.jar, H4File.class
package ncsa.hdf.object.h4
H4File.copy ( HObject p1, Group p2, String p3 ) : TreeNode
[mangled: ncsa/hdf/object/h4/H4File.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;Ljava/lang/String;)Ljavax/swing/tree/TreeNode;]
H4File.createDatatype ( int p1, int p2, int p3, int p4, String p5 ) : Datatype
[mangled: ncsa/hdf/object/h4/H4File.createDatatype:(IIIILjava/lang/String;)Lncsa/hdf/object/Datatype;]
H4File.createFile ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/object/h4/H4File.createFile:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H4File.createInstance ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/object/h4/H4File.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H4File.createLink ( Group p1, String p2, HObject p3 ) : HObject
[mangled: ncsa/hdf/object/h4/H4File.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
jhdf4obj.jar, H4GRImage.class
package ncsa.hdf.object.h4
H4GRImage.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h4/H4GRImage.hasAttribute:()Z]
jhdf4obj.jar, H4Group.class
package ncsa.hdf.object.h4
H4Group.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h4/H4Group.hasAttribute:()Z]
jhdf4obj.jar, H4SDS.class
package ncsa.hdf.object.h4
H4SDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h4/H4SDS.hasAttribute:()Z]
jhdf4obj.jar, H4Vdata.class
package ncsa.hdf.object.h4
H4Vdata.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h4/H4Vdata.hasAttribute:()Z]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.H5Acopy ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Acopy:(II)I]
H5.H5Dgetdir_ext ( String[ ] p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dgetdir_ext:([Ljava/lang/String;I)I]
H5.H5Dread_reg_ref ( int p1, int p2, int p3, int p4, int p5, String[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_reg_ref:(IIIII[Ljava/lang/String;)I]
H5.H5Dread_string ( int p1, int p2, int p3, int p4, int p5, String[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dread_string:(IIIII[Ljava/lang/String;)I]
H5.H5Dwrite_double ( int p1, int p2, int p3, int p4, int p5, double[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_double:(IIIII[D)I]
H5.H5Dwrite_float ( int p1, int p2, int p3, int p4, int p5, float[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_float:(IIIII[F)I]
H5.H5Dwrite_int ( int p1, int p2, int p3, int p4, int p5, int[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_int:(IIIII[I)I]
H5.H5Dwrite_long ( int p1, int p2, int p3, int p4, int p5, long[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_long:(IIIII[J)I]
H5.H5Dwrite_short ( int p1, int p2, int p3, int p4, int p5, short[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Dwrite_short:(IIIII[S)I]
H5.H5DwriteString ( int p1, int p2, int p3, int p4, int p5, String[ ] p6 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5DwriteString:(IIIII[Ljava/lang/String;)I]
H5.H5Pclose_class ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pclose_class:(I)I]
H5.H5Pcopy_prop ( int p1, int p2, String p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pcopy_prop:(IILjava/lang/String;)I]
H5.H5Pcreate_list ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pcreate_list:(I)I]
H5.H5Pequal ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pequal:(II)I]
H5.H5Pexist ( int p1, String p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pexist:(ILjava/lang/String;)I]
H5.H5Pget ( int p1, String p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget:(ILjava/lang/String;)I]
H5.H5Pget_class_name ( int p1 ) [static] : String
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_class_name:(I)Ljava/lang/String;]
H5.H5Pget_class_parent ( int p1 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_class_parent:(I)I]
H5.H5Pget_nprops ( int p1 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_nprops:(I)J]
H5.H5Pget_size ( int p1, String p2 ) [static] : long
[mangled: ncsa/hdf/hdf5lib/H5.H5Pget_size:(ILjava/lang/String;)J]
H5.H5Pisa_class ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pisa_class:(II)I]
H5.H5Premove ( int p1, String p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Premove:(ILjava/lang/String;)I]
H5.H5Pset ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset:(ILjava/lang/String;I)I]
H5.H5Pset_deflate ( int p1, int p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_deflate:(II)I]
H5.H5Punregister ( int p1, String p2 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Punregister:(ILjava/lang/String;)I]
H5.H5Tenum_insert ( int p1, String p2, int p3 ) [static] : int
[mangled: ncsa/hdf/hdf5lib/H5.H5Tenum_insert:(ILjava/lang/String;I)I]
jhdf5obj.jar, H5CompoundDS.class
package ncsa.hdf.object.h5
H5CompoundDS.clear ( ) : void
[mangled: ncsa/hdf/object/h5/H5CompoundDS.clear:()V]
H5CompoundDS.create ( String p1, Group p2, long[ ] p3, long[ ] p4, long[ ] p5, int p6, String[ ] p7, Datatype[ ] p8, int[ ] p9, int[ ][ ] p10, Object p11 ) [static] : Dataset
[mangled: ncsa/hdf/object/h5/H5CompoundDS.create:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[J[JI[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[I[[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5CompoundDS.getSize ( int p1 ) : int
[mangled: ncsa/hdf/object/h5/H5CompoundDS.getSize:(I)I]
H5CompoundDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h5/H5CompoundDS.hasAttribute:()Z]
H5CompoundDS.isString ( int p1 ) : boolean
[mangled: ncsa/hdf/object/h5/H5CompoundDS.isString:(I)Z]
jhdf5obj.jar, H5Datatype.class
package ncsa.hdf.object.h5
H5Datatype.convertEnumValueToName ( int p1, Object p2, String[ ] p3 ) [static] : String[ ]
[mangled: ncsa/hdf/object/h5/H5Datatype.convertEnumValueToName:(ILjava/lang/Object;[Ljava/lang/String;)[Ljava/lang/String;]
H5Datatype.H5Datatype ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/object/h5/H5Datatype."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5Datatype.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h5/H5Datatype.hasAttribute:()Z]
jhdf5obj.jar, H5File.class
package ncsa.hdf.object.h5
H5File.createCompoundDS ( String p1, Group p2, long[ ] p3, long[ ] p4, long[ ] p5, int p6, String[ ] p7, Datatype[ ] p8, int[ ] p9, Object p10 ) : Dataset
[mangled: ncsa/hdf/object/h5/H5File.createCompoundDS:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[J[JI[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5File.createFile ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/object/h5/H5File.createFile:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H5File.createInstance ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/object/h5/H5File.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H5File.open ( int p1 ) : int
[mangled: ncsa/hdf/object/h5/H5File.open:(I)I]
jhdf5obj.jar, H5Group.class
package ncsa.hdf.object.h5
H5Group.clear ( ) : void
[mangled: ncsa/hdf/object/h5/H5Group.clear:()V]
H5Group.getNumberOfMembersInFile ( ) : int
[mangled: ncsa/hdf/object/h5/H5Group.getNumberOfMembersInFile:()I]
H5Group.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h5/H5Group.hasAttribute:()Z]
jhdf5obj.jar, H5ScalarDS.class
package ncsa.hdf.object.h5
H5ScalarDS.clear ( ) : void
[mangled: ncsa/hdf/object/h5/H5ScalarDS.clear:()V]
H5ScalarDS.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/h5/H5ScalarDS.hasAttribute:()Z]
jhdfobj.jar, Attribute.class
package ncsa.hdf.object
Attribute.Attribute ( String p1, Datatype p2, long[ ] p3, Object p4 )
[mangled: ncsa/hdf/object/Attribute."<init>":(Ljava/lang/String;Lncsa/hdf/object/Datatype;[JLjava/lang/Object;)V]
jhdfobj.jar, CompoundDS.class
package ncsa.hdf.object
CompoundDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset *DEPRECATED*
[mangled: ncsa/hdf/object/CompoundDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
CompoundDS.getMemberTypes ( ) : Datatype[ ]
[mangled: ncsa/hdf/object/CompoundDS.getMemberTypes:()[Lncsa/hdf/object/Datatype;]
CompoundDS.getSelectedMemberTypes ( ) : Datatype[ ]
[mangled: ncsa/hdf/object/CompoundDS.getSelectedMemberTypes:()[Lncsa/hdf/object/Datatype;]
jhdfobj.jar, DataFormat.class
package ncsa.hdf.object
DataFormat.hasAttribute ( ) [abstract] : boolean
[mangled: ncsa/hdf/object/DataFormat.hasAttribute:()Z]
jhdfobj.jar, Dataset.class
package ncsa.hdf.object
Dataset.clear ( ) : void
[mangled: ncsa/hdf/object/Dataset.clear:()V]
Dataset.convertFromUnsignedC ( Object p1, Object p2 ) [static] : Object
[mangled: ncsa/hdf/object/Dataset.convertFromUnsignedC:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
Dataset.convertToUnsignedC ( Object p1, Object p2 ) [static] : Object
[mangled: ncsa/hdf/object/Dataset.convertToUnsignedC:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
Dataset.getConvertByteToString ( ) : boolean
[mangled: ncsa/hdf/object/Dataset.getConvertByteToString:()Z]
Dataset.getSize ( int p1 ) : int
[mangled: ncsa/hdf/object/Dataset.getSize:(I)I]
Dataset.isString ( int p1 ) : boolean
[mangled: ncsa/hdf/object/Dataset.isString:(I)Z]
Dataset.setConvertByteToString ( boolean p1 ) : void
[mangled: ncsa/hdf/object/Dataset.setConvertByteToString:(Z)V]
jhdfobj.jar, Datatype.class
package ncsa.hdf.object
Datatype.Datatype ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/object/Datatype."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
Datatype.getBasetype ( ) : Datatype
[mangled: ncsa/hdf/object/Datatype.getBasetype:()Lncsa/hdf/object/Datatype;]
Datatype.getEnumMembers ( ) : String
[mangled: ncsa/hdf/object/Datatype.getEnumMembers:()Ljava/lang/String;]
Datatype.setEnumMembers ( String p1 ) : void
[mangled: ncsa/hdf/object/Datatype.setEnumMembers:(Ljava/lang/String;)V]
jhdfobj.jar, FileFormat.class
package ncsa.hdf.object
FileFormat.createCompoundDS ( String p1, Group p2, long[ ] p3, long[ ] p4, long[ ] p5, int p6, String[ ] p7, Datatype[ ] p8, int[ ] p9, Object p10 ) : Dataset
[mangled: ncsa/hdf/object/FileFormat.createCompoundDS:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[J[JI[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
FileFormat.createFile ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/object/FileFormat.createFile:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
FileFormat.createInstance ( String p1, int p2 ) [abstract] : FileFormat
[mangled: ncsa/hdf/object/FileFormat.createInstance:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
FileFormat.getNumberOfMembers ( ) : int
[mangled: ncsa/hdf/object/FileFormat.getNumberOfMembers:()I]
FileFormat.removeFileFormat ( String p1 ) [static] : FileFormat
[mangled: ncsa/hdf/object/FileFormat.removeFileFormat:(Ljava/lang/String;)Lncsa/hdf/object/FileFormat;]
jhdfobj.jar, Group.class
package ncsa.hdf.object
Group.clear ( ) : void
[mangled: ncsa/hdf/object/Group.clear:()V]
Group.setName ( String p1 ) : void
[mangled: ncsa/hdf/object/Group.setName:(Ljava/lang/String;)V]
jhdfobj.jar, HObject.class
package ncsa.hdf.object
HObject.debug ( Object p1 ) : void
[mangled: ncsa/hdf/object/HObject.debug:(Ljava/lang/Object;)V]
HObject.getFullName ( ) : String
[mangled: ncsa/hdf/object/HObject.getFullName:()Ljava/lang/String;]
jhdfobj.jar, ScalarDS.class
package ncsa.hdf.object
ScalarDS.convertFromUnsignedC ( ) : Object
[mangled: ncsa/hdf/object/ScalarDS.convertFromUnsignedC:()Ljava/lang/Object;]
ScalarDS.convertToUnsignedC ( ) : Object
[mangled: ncsa/hdf/object/ScalarDS.convertToUnsignedC:()Ljava/lang/Object;]
ScalarDS.getFillValue ( ) : Object
[mangled: ncsa/hdf/object/ScalarDS.getFillValue:()Ljava/lang/Object;]
ScalarDS.isEnumConverted ( ) : boolean
[mangled: ncsa/hdf/object/ScalarDS.isEnumConverted:()Z]
ScalarDS.isImageDisplay ( ) : boolean
[mangled: ncsa/hdf/object/ScalarDS.isImageDisplay:()Z]
ScalarDS.setEnumConverted ( boolean p1 ) : void
[mangled: ncsa/hdf/object/ScalarDS.setEnumConverted:(Z)V]
ScalarDS.setIsImage ( boolean p1 ) : void
[mangled: ncsa/hdf/object/ScalarDS.setIsImage:(Z)V]
ScalarDS.setIsImageDisplay ( boolean p1 ) : void
[mangled: ncsa/hdf/object/ScalarDS.setIsImageDisplay:(Z)V]
jhdfview.jar, DefaultPaletteView.class
package ncsa.hdf.view
DefaultPaletteView.DefaultPaletteView ( ViewManager p1, ImageView p2 )
[mangled: ncsa/hdf/view/DefaultPaletteView."<init>":(Lncsa/hdf/view/ViewManager;Lncsa/hdf/view/ImageView;)V]
DefaultPaletteView.dispose ( ) : void
[mangled: ncsa/hdf/view/DefaultPaletteView.dispose:()V]
jhdfview.jar, HDFView.class
package ncsa.hdf.view
HDFView.HDFView ( String p1, List p2, int p3, int p4, int p5, int p6 )
[mangled: ncsa/hdf/view/HDFView."<init>":(Ljava/lang/String;Ljava/util/List;IIII)V]
jhdfview.jar, NewAttributeDialog.class
package ncsa.hdf.view
NewAttributeDialog.NewAttributeDialog ( Dialog p1, HObject p2, Enumeration p3 )
[mangled: ncsa/hdf/view/NewAttributeDialog."<init>":(Ljava/awt/Dialog;Lncsa/hdf/object/HObject;Ljava/util/Enumeration;)V]
jhdfview.jar, NewTableDataDialog.class
package ncsa.hdf.view
NewTableDataDialog.itemStateChanged ( ItemEvent p1 ) : void
[mangled: ncsa/hdf/view/NewTableDataDialog.itemStateChanged:(Ljava/awt/event/ItemEvent;)V]
jhdfview.jar, Tools.class
package ncsa.hdf.view
Tools.autoContrastApply ( Object p1, Object p2, double[ ] p3, boolean p4 ) [static] : Object
[mangled: ncsa/hdf/view/Tools.autoContrastApply:(Ljava/lang/Object;Ljava/lang/Object;[DZ)Ljava/lang/Object;]
Tools.autoContrastCompute ( Object p1, double[ ] p2, boolean p3 ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastCompute:(Ljava/lang/Object;[DZ)I]
Tools.autoContrastComputeMinMax ( Object p1, Object p2 ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastComputeMinMax:(Ljava/lang/Object;Ljava/lang/Object;)I]
Tools.autoContrastComputeSliderRange ( double[ ] p1, double[ ] p2, double[ ] p3 ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastComputeSliderRange:([D[D[D)I]
Tools.autoContrastConvertImageBuffer ( Object p1, byte[ ] p2, boolean p3 ) [static] : int
[mangled: ncsa/hdf/view/Tools.autoContrastConvertImageBuffer:(Ljava/lang/Object;[BZ)I]
Tools.computeStatistics ( Object p1, double[ ] p2, Object p3 ) [static] : int
[mangled: ncsa/hdf/view/Tools.computeStatistics:(Ljava/lang/Object;[DLjava/lang/Object;)I]
Tools.createReverseGrayPalette ( ) [static] : byte[ ][ ]
[mangled: ncsa/hdf/view/Tools.createReverseGrayPalette:()[[B]
Tools.debug ( Object p1, Object p2 ) [static] : void
[mangled: ncsa/hdf/view/Tools.debug:(Ljava/lang/Object;Ljava/lang/Object;)V]
Tools.findMinMax ( Object p1, double[ ] p2, Object p3 ) [static] : int
[mangled: ncsa/hdf/view/Tools.findMinMax:(Ljava/lang/Object;[DLjava/lang/Object;)I]
Tools.getBytes ( Object p1, double[ ] p2, byte[ ] p3 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[D[B)[B]
Tools.getBytes ( Object p1, double[ ] p2, int p3, int p4, boolean p5, byte[ ] p6 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[DIIZ[B)[B]
Tools.getBytes ( Object p1, double[ ] p2, int p3, int p4, boolean p5, Object p6, byte[ ] p7 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[DIIZLjava/lang/Object;[B)[B]
Tools.getBytes ( Object p1, double[ ] p2, Object p3, byte[ ] p4 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[DLjava/lang/Object;[B)[B]
jhdfview.jar, UserOptionsDialog.class
package ncsa.hdf.view
UserOptionsDialog.setVisible ( boolean p1 ) : void
[mangled: ncsa/hdf/view/UserOptionsDialog.setVisible:(Z)V]
jhdfview.jar, ViewProperties.class
package ncsa.hdf.view
ViewProperties.getAutocontrastIcon ( ) [static] : Icon
[mangled: ncsa/hdf/view/ViewProperties.getAutocontrastIcon:()Ljavax/swing/Icon;]
ViewProperties.getBrightIcon ( ) [static] : Icon
[mangled: ncsa/hdf/view/ViewProperties.getBrightIcon:()Ljavax/swing/Icon;]
ViewProperties.isAutoContrast ( ) [static] : boolean
[mangled: ncsa/hdf/view/ViewProperties.isAutoContrast:()Z]
ViewProperties.isConvertEnum ( ) [static] : boolean
[mangled: ncsa/hdf/view/ViewProperties.isConvertEnum:()Z]
ViewProperties.setAutoContrast ( boolean p1 ) [static] : void
[mangled: ncsa/hdf/view/ViewProperties.setAutoContrast:(Z)V]
ViewProperties.setConvertEnum ( boolean p1 ) [static] : void
[mangled: ncsa/hdf/view/ViewProperties.setConvertEnum:(Z)V]
to the top
Removed Methods (1109)
jargon.jar, AnalyzeVolumeSliceExample.class
AnalyzeVolumeSliceExample.AnalyzeVolumeSliceExample ( )
[mangled: AnalyzeVolumeSliceExample."<init>":()V]
AnalyzeVolumeSliceExample.main ( String[ ] p1 ) [static] : void
[mangled: AnalyzeVolumeSliceExample.main:([Ljava/lang/String;)V]
jargon.jar, BinaryDataFormat.class
package edu.sdsc.grid.io
BinaryDataFormat.BinaryDataFormat ( )
[mangled: edu/sdsc/grid/io/BinaryDataFormat."<init>":()V]
BinaryDataFormat.BinaryDataFormat ( BinaryDataFormat p1 )
[mangled: edu/sdsc/grid/io/BinaryDataFormat."<init>":(Ledu/sdsc/grid/io/BinaryDataFormat;)V]
BinaryDataFormat.doubleValue ( byte[ ] p1 ) : double
[mangled: edu/sdsc/grid/io/BinaryDataFormat.doubleValue:([B)D]
BinaryDataFormat.doubleValue ( byte[ ] p1, int p2 ) : double
[mangled: edu/sdsc/grid/io/BinaryDataFormat.doubleValue:([BI)D]
BinaryDataFormat.doubleValues ( byte[ ] p1, double[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.doubleValues:([B[DI)V]
BinaryDataFormat.encodeDouble ( double p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeDouble:(D[B)I]
BinaryDataFormat.encodeDouble ( double p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeDouble:(D[BI)I]
BinaryDataFormat.encodeDoubles ( double[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeDoubles:([DI[B)I]
BinaryDataFormat.encodeFloat ( double p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeFloat:(D[B)I]
BinaryDataFormat.encodeFloat ( double p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeFloat:(D[BI)I]
BinaryDataFormat.encodeFloat ( float p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeFloat:(F[B)I]
BinaryDataFormat.encodeFloat ( float p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeFloat:(F[BI)I]
BinaryDataFormat.encodeFloats ( float[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeFloats:([FI[B)I]
BinaryDataFormat.encodeInt ( int p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeInt:(I[B)I]
BinaryDataFormat.encodeInt ( int p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeInt:(I[BI)I]
BinaryDataFormat.encodeInts ( int[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeInts:([II[B)I]
BinaryDataFormat.encodeLong ( long p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLong:(J[B)I]
BinaryDataFormat.encodeLong ( long p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLong:(J[BI)I]
BinaryDataFormat.encodeLongDouble ( double p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongDouble:(D[B)I]
BinaryDataFormat.encodeLongDouble ( double p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongDouble:(D[BI)I]
BinaryDataFormat.encodeLongDoubles ( double[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongDoubles:([DI[B)I]
BinaryDataFormat.encodeLongLong ( long p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongLong:(J[B)I]
BinaryDataFormat.encodeLongLong ( long p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongLong:(J[BI)I]
BinaryDataFormat.encodeLongLongs ( long[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongLongs:([JI[B)I]
BinaryDataFormat.encodeLongs ( long[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeLongs:([JI[B)I]
BinaryDataFormat.encodeShort ( int p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeShort:(I[B)I]
BinaryDataFormat.encodeShort ( int p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeShort:(I[BI)I]
BinaryDataFormat.encodeShort ( short p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeShort:(S[B)I]
BinaryDataFormat.encodeShort ( short p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeShort:(S[BI)I]
BinaryDataFormat.encodeShorts ( short[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeShorts:([SI[B)I]
BinaryDataFormat.encodeUnsignedInt ( int p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedInt:(I[B)I]
BinaryDataFormat.encodeUnsignedInt ( int p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedInt:(I[BI)I]
BinaryDataFormat.encodeUnsignedInt ( long p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedInt:(J[B)I]
BinaryDataFormat.encodeUnsignedInt ( long p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedInt:(J[BI)I]
BinaryDataFormat.encodeUnsignedInts ( int[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedInts:([II[B)I]
BinaryDataFormat.encodeUnsignedLong ( long p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedLong:(J[B)I]
BinaryDataFormat.encodeUnsignedLong ( long p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedLong:(J[BI)I]
BinaryDataFormat.encodeUnsignedLongLong ( long p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedLongLong:(J[B)I]
BinaryDataFormat.encodeUnsignedLongLong ( long p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedLongLong:(J[BI)I]
BinaryDataFormat.encodeUnsignedLongLongs ( long[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedLongLongs:([JI[B)I]
BinaryDataFormat.encodeUnsignedLongs ( long[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedLongs:([JI[B)I]
BinaryDataFormat.encodeUnsignedShort ( int p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedShort:(I[B)I]
BinaryDataFormat.encodeUnsignedShort ( int p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedShort:(I[BI)I]
BinaryDataFormat.encodeUnsignedShort ( short p1, byte[ ] p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedShort:(S[B)I]
BinaryDataFormat.encodeUnsignedShort ( short p1, byte[ ] p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedShort:(S[BI)I]
BinaryDataFormat.encodeUnsignedShorts ( short[ ] p1, int p2, byte[ ] p3 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.encodeUnsignedShorts:([SI[B)I]
BinaryDataFormat.equals ( BinaryDataFormat p1 ) : boolean
[mangled: edu/sdsc/grid/io/BinaryDataFormat.equals:(Ledu/sdsc/grid/io/BinaryDataFormat;)Z]
BinaryDataFormat.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/BinaryDataFormat.equals:(Ljava/lang/Object;)Z]
BinaryDataFormat.finalize ( ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.finalize:()V]
BinaryDataFormat.floatValue ( byte[ ] p1 ) : float
[mangled: edu/sdsc/grid/io/BinaryDataFormat.floatValue:([B)F]
BinaryDataFormat.floatValue ( byte[ ] p1, int p2 ) : float
[mangled: edu/sdsc/grid/io/BinaryDataFormat.floatValue:([BI)F]
BinaryDataFormat.floatValues ( byte[ ] p1, float[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.floatValues:([B[FI)V]
BinaryDataFormat.getDoubleSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getDoubleSize:()I]
BinaryDataFormat.getFloatSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getFloatSize:()I]
BinaryDataFormat.getIntSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getIntSize:()I]
BinaryDataFormat.getLongDoubleSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getLongDoubleSize:()I]
BinaryDataFormat.getLongLongSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getLongLongSize:()I]
BinaryDataFormat.getLongSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getLongSize:()I]
BinaryDataFormat.getShortSize ( ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.getShortSize:()I]
BinaryDataFormat.intValue ( byte[ ] p1 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.intValue:([B)I]
BinaryDataFormat.intValue ( byte[ ] p1, int p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.intValue:([BI)I]
BinaryDataFormat.intValues ( byte[ ] p1, int[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.intValues:([B[II)V]
BinaryDataFormat.isLBFByteOrder ( ) : boolean
[mangled: edu/sdsc/grid/io/BinaryDataFormat.isLBFByteOrder:()Z]
BinaryDataFormat.isMBFByteOrder ( ) : boolean
[mangled: edu/sdsc/grid/io/BinaryDataFormat.isMBFByteOrder:()Z]
BinaryDataFormat.longDoubleValue ( byte[ ] p1 ) : double
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longDoubleValue:([B)D]
BinaryDataFormat.longDoubleValue ( byte[ ] p1, int p2 ) : double
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longDoubleValue:([BI)D]
BinaryDataFormat.longDoubleValues ( byte[ ] p1, double[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longDoubleValues:([B[DI)V]
BinaryDataFormat.longLongValue ( byte[ ] p1 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longLongValue:([B)J]
BinaryDataFormat.longLongValue ( byte[ ] p1, int p2 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longLongValue:([BI)J]
BinaryDataFormat.longLongValues ( byte[ ] p1, long[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longLongValues:([B[JI)V]
BinaryDataFormat.longValue ( byte[ ] p1 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longValue:([B)J]
BinaryDataFormat.longValue ( byte[ ] p1, int p2 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longValue:([BI)J]
BinaryDataFormat.longValues ( byte[ ] p1, long[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.longValues:([B[JI)V]
BinaryDataFormat.setDoubleSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setDoubleSize:(I)V]
BinaryDataFormat.setFloatSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setFloatSize:(I)V]
BinaryDataFormat.setIntSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setIntSize:(I)V]
BinaryDataFormat.setLBFByteOrder ( ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setLBFByteOrder:()V]
BinaryDataFormat.setLongDoubleSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setLongDoubleSize:(I)V]
BinaryDataFormat.setLongLongSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setLongLongSize:(I)V]
BinaryDataFormat.setLongSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setLongSize:(I)V]
BinaryDataFormat.setMBFByteOrder ( ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setMBFByteOrder:()V]
BinaryDataFormat.setShortSize ( int p1 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.setShortSize:(I)V]
BinaryDataFormat.shortValue ( byte[ ] p1 ) : short
[mangled: edu/sdsc/grid/io/BinaryDataFormat.shortValue:([B)S]
BinaryDataFormat.shortValue ( byte[ ] p1, int p2 ) : short
[mangled: edu/sdsc/grid/io/BinaryDataFormat.shortValue:([BI)S]
BinaryDataFormat.shortValues ( byte[ ] p1, short[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.shortValues:([B[SI)V]
BinaryDataFormat.unsignedIntValue ( byte[ ] p1 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedIntValue:([B)J]
BinaryDataFormat.unsignedIntValue ( byte[ ] p1, int p2 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedIntValue:([BI)J]
BinaryDataFormat.unsignedIntValues ( byte[ ] p1, int[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedIntValues:([B[II)V]
BinaryDataFormat.unsignedLongLongValue ( byte[ ] p1 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedLongLongValue:([B)J]
BinaryDataFormat.unsignedLongLongValue ( byte[ ] p1, int p2 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedLongLongValue:([BI)J]
BinaryDataFormat.unsignedLongLongValues ( byte[ ] p1, long[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedLongLongValues:([B[JI)V]
BinaryDataFormat.unsignedLongValue ( byte[ ] p1 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedLongValue:([B)J]
BinaryDataFormat.unsignedLongValue ( byte[ ] p1, int p2 ) : long
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedLongValue:([BI)J]
BinaryDataFormat.unsignedLongValues ( byte[ ] p1, long[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedLongValues:([B[JI)V]
BinaryDataFormat.unsignedShortValue ( byte[ ] p1 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedShortValue:([B)I]
BinaryDataFormat.unsignedShortValue ( byte[ ] p1, int p2 ) : int
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedShortValue:([BI)I]
BinaryDataFormat.unsignedShortValues ( byte[ ] p1, short[ ] p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/BinaryDataFormat.unsignedShortValues:([B[SI)V]
jargon.jar, FactoryTest.class
FactoryTest.FactoryTest ( )
[mangled: FactoryTest."<init>":()V]
FactoryTest.main ( String[ ] p1 ) [static] : void
[mangled: FactoryTest.main:([Ljava/lang/String;)V]
jargon.jar, FileFactory.class
package edu.sdsc.grid.io
FileFactory.FileFactory ( )
[mangled: edu/sdsc/grid/io/FileFactory."<init>":()V]
FileFactory.newFile ( GeneralFile p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/FileFactory.newFile:(Ledu/sdsc/grid/io/GeneralFile;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
FileFactory.newFile ( GeneralFileSystem p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/FileFactory.newFile:(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
FileFactory.newFile ( GeneralFileSystem p1, String p2, String p3 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/FileFactory.newFile:(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
FileFactory.newFile ( URI p1 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/FileFactory.newFile:(Ljava/net/URI;)Ledu/sdsc/grid/io/GeneralFile;]
FileFactory.newFile ( URI p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/FileFactory.newFile:(Ljava/net/URI;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
FileFactory.newFileInputStream ( GeneralFile p1 ) [static] : GeneralFileInputStream
[mangled: edu/sdsc/grid/io/FileFactory.newFileInputStream:(Ledu/sdsc/grid/io/GeneralFile;)Ledu/sdsc/grid/io/GeneralFileInputStream;]
FileFactory.newFileOutputStream ( GeneralFile p1 ) [static] : GeneralFileOutputStream
[mangled: edu/sdsc/grid/io/FileFactory.newFileOutputStream:(Ledu/sdsc/grid/io/GeneralFile;)Ledu/sdsc/grid/io/GeneralFileOutputStream;]
FileFactory.newFileSystem ( GeneralAccount p1 ) [static] : GeneralFileSystem
[mangled: edu/sdsc/grid/io/FileFactory.newFileSystem:(Ledu/sdsc/grid/io/GeneralAccount;)Ledu/sdsc/grid/io/GeneralFileSystem;]
FileFactory.newRandomAccessFile ( GeneralFile p1, String p2 ) [static] : GeneralRandomAccessFile
[mangled: edu/sdsc/grid/io/FileFactory.newRandomAccessFile:(Ledu/sdsc/grid/io/GeneralFile;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralRandomAccessFile;]
jargon.jar, GeneralAccount.class
package edu.sdsc.grid.io
GeneralAccount.clone ( ) : Object
[mangled: edu/sdsc/grid/io/GeneralAccount.clone:()Ljava/lang/Object;]
GeneralAccount.equals ( Object p1 ) [abstract] : boolean
[mangled: edu/sdsc/grid/io/GeneralAccount.equals:(Ljava/lang/Object;)Z]
GeneralAccount.finalize ( ) : void
[mangled: edu/sdsc/grid/io/GeneralAccount.finalize:()V]
GeneralAccount.GeneralAccount ( String p1 )
[mangled: edu/sdsc/grid/io/GeneralAccount."<init>":(Ljava/lang/String;)V]
GeneralAccount.getHomeDirectory ( ) : String
[mangled: edu/sdsc/grid/io/GeneralAccount.getHomeDirectory:()Ljava/lang/String;]
GeneralAccount.setHomeDirectory ( String p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralAccount.setHomeDirectory:(Ljava/lang/String;)V]
jargon.jar, GeneralFile.class
package edu.sdsc.grid.io
GeneralFile.canRead ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.canRead:()Z]
GeneralFile.canWrite ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.canWrite:()Z]
GeneralFile.compareTo ( GeneralFile p1 ) : int
[mangled: edu/sdsc/grid/io/GeneralFile.compareTo:(Ledu/sdsc/grid/io/GeneralFile;)I]
GeneralFile.compareTo ( Object p1 ) : int
[mangled: edu/sdsc/grid/io/GeneralFile.compareTo:(Ljava/lang/Object;)I]
GeneralFile.copyFrom ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralFile.copyFrom ( GeneralFile p1, boolean p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;Z)V]
GeneralFile.copyTo ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralFile.copyTo ( GeneralFile p1, boolean p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;Z)V]
GeneralFile.createNewFile ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.createNewFile:()Z]
GeneralFile.createTempFile ( String p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/GeneralFile.createTempFile:(Ljava/lang/String;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.createTempFile ( String p1, String p2, GeneralFile p3 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/GeneralFile.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ledu/sdsc/grid/io/GeneralFile;)Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.delete ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.delete:()Z]
GeneralFile.deleteOnExit ( ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.deleteOnExit:()V]
GeneralFile.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.equals:(Ljava/lang/Object;)Z]
GeneralFile.exists ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.exists:()Z]
GeneralFile.finalize ( ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.finalize:()V]
GeneralFile.GeneralFile ( GeneralFileSystem p1, String p2, String p3 )
[mangled: edu/sdsc/grid/io/GeneralFile."<init>":(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;Ljava/lang/String;)V]
GeneralFile.GeneralFile ( URI p1 )
[mangled: edu/sdsc/grid/io/GeneralFile."<init>":(Ljava/net/URI;)V]
GeneralFile.getAbsoluteFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/GeneralFile.getAbsoluteFile:()Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.getAbsolutePath ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.getAbsolutePath:()Ljava/lang/String;]
GeneralFile.getCanonicalFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/GeneralFile.getCanonicalFile:()Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.getCanonicalPath ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.getCanonicalPath:()Ljava/lang/String;]
GeneralFile.getFileSystem ( ) : GeneralFileSystem
[mangled: edu/sdsc/grid/io/GeneralFile.getFileSystem:()Ledu/sdsc/grid/io/GeneralFileSystem;]
GeneralFile.getName ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.getName:()Ljava/lang/String;]
GeneralFile.getParent ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.getParent:()Ljava/lang/String;]
GeneralFile.getParentFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/GeneralFile.getParentFile:()Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.getPath ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.getPath:()Ljava/lang/String;]
GeneralFile.getPathSeparator ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.getPathSeparator:()Ljava/lang/String;]
GeneralFile.getPathSeparatorChar ( ) : char
[mangled: edu/sdsc/grid/io/GeneralFile.getPathSeparatorChar:()C]
GeneralFile.isAbsolute ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.isAbsolute:()Z]
GeneralFile.isDirectory ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.isDirectory:()Z]
GeneralFile.isFile ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.isFile:()Z]
GeneralFile.isHidden ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.isHidden:()Z]
GeneralFile.lastModified ( ) : long
[mangled: edu/sdsc/grid/io/GeneralFile.lastModified:()J]
GeneralFile.length ( ) : long
[mangled: edu/sdsc/grid/io/GeneralFile.length:()J]
GeneralFile.list ( ) : String[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.list:()[Ljava/lang/String;]
GeneralFile.list ( MetaDataCondition[ ] p1 ) : String[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.list:([Ledu/sdsc/grid/io/MetaDataCondition;)[Ljava/lang/String;]
GeneralFile.listFiles ( ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.listFiles:()[Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.listRoots ( ) [static] : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.listRoots:()[Ledu/sdsc/grid/io/GeneralFile;]
GeneralFile.mkdir ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.mkdir:()Z]
GeneralFile.mkdirs ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.mkdirs:()Z]
GeneralFile.modifyMetaData ( MetaDataRecordList p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.modifyMetaData:(Ledu/sdsc/grid/io/MetaDataRecordList;)V]
GeneralFile.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
GeneralFile.query ( MetaDataSelect[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.query:([Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
GeneralFile.query ( String[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/GeneralFile.query:([Ljava/lang/String;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
GeneralFile.renameTo ( GeneralFile p1 ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.renameTo:(Ledu/sdsc/grid/io/GeneralFile;)Z]
GeneralFile.setDirectory ( String p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.setDirectory:(Ljava/lang/String;)V]
GeneralFile.setFileName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.setFileName:(Ljava/lang/String;)V]
GeneralFile.setFileSystem ( GeneralFileSystem p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFile.setFileSystem:(Ledu/sdsc/grid/io/GeneralFileSystem;)V]
GeneralFile.setLastModified ( long p1 ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.setLastModified:(J)Z]
GeneralFile.setReadOnly ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralFile.setReadOnly:()Z]
GeneralFile.toString ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFile.toString:()Ljava/lang/String;]
GeneralFile.toURI ( ) : URI
[mangled: edu/sdsc/grid/io/GeneralFile.toURI:()Ljava/net/URI;]
GeneralFile.toURL ( ) : URL
[mangled: edu/sdsc/grid/io/GeneralFile.toURL:()Ljava/net/URL;]
jargon.jar, GeneralFileInputStream.class
package edu.sdsc.grid.io
GeneralFileInputStream.available ( ) [abstract] : int
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.available:()I]
GeneralFileInputStream.close ( ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.close:()V]
GeneralFileInputStream.finalize ( ) : void
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.finalize:()V]
GeneralFileInputStream.GeneralFileInputStream ( GeneralFile p1 )
[mangled: edu/sdsc/grid/io/GeneralFileInputStream."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralFileInputStream.GeneralFileInputStream ( GeneralFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/GeneralFileInputStream."<init>":(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;)V]
GeneralFileInputStream.open ( GeneralFile p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralFileInputStream.read ( ) [abstract] : int
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.read:()I]
GeneralFileInputStream.read ( byte[ ] p1 ) : int
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.read:([B)I]
GeneralFileInputStream.read ( byte[ ] p1, int p2, int p3 ) [abstract] : int
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.read:([BII)I]
GeneralFileInputStream.skip ( long p1 ) [abstract] : long
[mangled: edu/sdsc/grid/io/GeneralFileInputStream.skip:(J)J]
jargon.jar, GeneralFileOutputStream.class
package edu.sdsc.grid.io
GeneralFileOutputStream.close ( ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream.close:()V]
GeneralFileOutputStream.finalize ( ) : void
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream.finalize:()V]
GeneralFileOutputStream.GeneralFileOutputStream ( GeneralFile p1 )
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralFileOutputStream.GeneralFileOutputStream ( GeneralFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream."<init>":(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;)V]
GeneralFileOutputStream.open ( GeneralFile p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralFileOutputStream.write ( byte[ ] p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream.write:([B)V]
GeneralFileOutputStream.write ( byte[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream.write:([BII)V]
GeneralFileOutputStream.write ( int p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralFileOutputStream.write:(I)V]
jargon.jar, GeneralFileSystem.class
package edu.sdsc.grid.io
GeneralFileSystem.clone ( ) : Object
[mangled: edu/sdsc/grid/io/GeneralFileSystem.clone:()Ljava/lang/Object;]
GeneralFileSystem.equals ( Object p1 ) [abstract] : boolean
[mangled: edu/sdsc/grid/io/GeneralFileSystem.equals:(Ljava/lang/Object;)Z]
GeneralFileSystem.finalize ( ) : void
[mangled: edu/sdsc/grid/io/GeneralFileSystem.finalize:()V]
GeneralFileSystem.GeneralFileSystem ( )
[mangled: edu/sdsc/grid/io/GeneralFileSystem."<init>":()V]
GeneralFileSystem.getAccount ( ) : GeneralAccount
[mangled: edu/sdsc/grid/io/GeneralFileSystem.getAccount:()Ledu/sdsc/grid/io/GeneralAccount;]
GeneralFileSystem.getHomeDirectory ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFileSystem.getHomeDirectory:()Ljava/lang/String;]
GeneralFileSystem.getRootDirectories ( ) [abstract] : String[ ]
[mangled: edu/sdsc/grid/io/GeneralFileSystem.getRootDirectories:()[Ljava/lang/String;]
GeneralFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2 ) [abstract] : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/GeneralFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
GeneralFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2, int p3 ) [abstract] : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/GeneralFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
GeneralFileSystem.setAccount ( GeneralAccount p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralFileSystem.setAccount:(Ledu/sdsc/grid/io/GeneralAccount;)V]
GeneralFileSystem.toString ( ) : String
[mangled: edu/sdsc/grid/io/GeneralFileSystem.toString:()Ljava/lang/String;]
jargon.jar, GeneralRandomAccessFile.class
package edu.sdsc.grid.io
GeneralRandomAccessFile.close ( ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.close:()V]
GeneralRandomAccessFile.finalize ( ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.finalize:()V]
GeneralRandomAccessFile.GeneralRandomAccessFile ( GeneralFile p1, String p2 )
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile."<init>":(Ledu/sdsc/grid/io/GeneralFile;Ljava/lang/String;)V]
GeneralRandomAccessFile.getBinaryDataFormat ( ) : BinaryDataFormat
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.getBinaryDataFormat:()Ledu/sdsc/grid/io/BinaryDataFormat;]
GeneralRandomAccessFile.getFD ( ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.getFD:()I]
GeneralRandomAccessFile.getFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.getFile:()Ledu/sdsc/grid/io/GeneralFile;]
GeneralRandomAccessFile.getFilePointer ( ) [abstract] : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.getFilePointer:()J]
GeneralRandomAccessFile.isClosed ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.isClosed:()Z]
GeneralRandomAccessFile.length ( ) [abstract] : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.length:()J]
GeneralRandomAccessFile.open ( GeneralFile p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
GeneralRandomAccessFile.read ( ) [abstract] : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.read:()I]
GeneralRandomAccessFile.read ( byte[ ] p1 ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.read:([B)I]
GeneralRandomAccessFile.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.read:([BII)I]
GeneralRandomAccessFile.readBoolean ( ) : boolean
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readBoolean:()Z]
GeneralRandomAccessFile.readBooleans ( boolean[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readBooleans:([ZI)V]
GeneralRandomAccessFile.readByte ( ) : byte
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readByte:()B]
GeneralRandomAccessFile.readBytes ( byte[ ] p1, int p2, int p3 ) [abstract] : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readBytes:([BII)I]
GeneralRandomAccessFile.readChar ( ) : char
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readChar:()C]
GeneralRandomAccessFile.readDouble ( ) : double
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readDouble:()D]
GeneralRandomAccessFile.readDoubles ( double[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readDoubles:([DI)V]
GeneralRandomAccessFile.readFloat ( ) : float
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readFloat:()F]
GeneralRandomAccessFile.readFloats ( float[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readFloats:([FI)V]
GeneralRandomAccessFile.readFully ( byte[ ] p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readFully:([B)V]
GeneralRandomAccessFile.readFully ( byte[ ] p1, int p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readFully:([BII)V]
GeneralRandomAccessFile.readInt ( ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readInt:()I]
GeneralRandomAccessFile.readInts ( int[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readInts:([II)V]
GeneralRandomAccessFile.readLine ( ) : String
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLine:()Ljava/lang/String;]
GeneralRandomAccessFile.readLong ( ) : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLong:()J]
GeneralRandomAccessFile.readLongDouble ( ) : double
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLongDouble:()D]
GeneralRandomAccessFile.readLongDoubles ( double[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLongDoubles:([DI)V]
GeneralRandomAccessFile.readLongLong ( ) : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLongLong:()J]
GeneralRandomAccessFile.readLongLongs ( long[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLongLongs:([JI)V]
GeneralRandomAccessFile.readLongs ( long[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readLongs:([JI)V]
GeneralRandomAccessFile.readShort ( ) : short
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readShort:()S]
GeneralRandomAccessFile.readShorts ( short[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readShorts:([SI)V]
GeneralRandomAccessFile.readUnsignedByte ( ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedByte:()I]
GeneralRandomAccessFile.readUnsignedInt ( ) : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedInt:()J]
GeneralRandomAccessFile.readUnsignedInts ( int[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedInts:([II)V]
GeneralRandomAccessFile.readUnsignedLong ( ) : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedLong:()J]
GeneralRandomAccessFile.readUnsignedLongLong ( ) : long
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedLongLong:()J]
GeneralRandomAccessFile.readUnsignedLongLongs ( long[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedLongLongs:([JI)V]
GeneralRandomAccessFile.readUnsignedLongs ( long[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedLongs:([JI)V]
GeneralRandomAccessFile.readUnsignedShort ( ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedShort:()I]
GeneralRandomAccessFile.readUnsignedShorts ( short[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUnsignedShorts:([SI)V]
GeneralRandomAccessFile.readUTF ( ) : String
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.readUTF:()Ljava/lang/String;]
GeneralRandomAccessFile.rwCheck ( GeneralFile p1, String p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.rwCheck:(Ledu/sdsc/grid/io/GeneralFile;Ljava/lang/String;)V]
GeneralRandomAccessFile.seek ( long p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.seek:(J)V]
GeneralRandomAccessFile.seek ( long p1, int p2 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.seek:(JI)V]
GeneralRandomAccessFile.setBinaryDataFormat ( BinaryDataFormat p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.setBinaryDataFormat:(Ledu/sdsc/grid/io/BinaryDataFormat;)V]
GeneralRandomAccessFile.setLength ( long p1 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.setLength:(J)V]
GeneralRandomAccessFile.skipBytes ( int p1 ) : int
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.skipBytes:(I)I]
GeneralRandomAccessFile.write ( byte[ ] p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.write:([B)V]
GeneralRandomAccessFile.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.write:([BII)V]
GeneralRandomAccessFile.write ( int p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.write:(I)V]
GeneralRandomAccessFile.write ( String p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.write:(Ljava/lang/String;)V]
GeneralRandomAccessFile.writeBoolean ( boolean p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeBoolean:(Z)V]
GeneralRandomAccessFile.writeBooleans ( boolean[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeBooleans:([ZI)V]
GeneralRandomAccessFile.writeByte ( int p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeByte:(I)V]
GeneralRandomAccessFile.writeBytes ( byte[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeBytes:([BII)V]
GeneralRandomAccessFile.writeBytes ( String p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeBytes:(Ljava/lang/String;)V]
GeneralRandomAccessFile.writeChar ( int p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeChar:(I)V]
GeneralRandomAccessFile.writeChars ( String p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeChars:(Ljava/lang/String;)V]
GeneralRandomAccessFile.writeDouble ( double p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeDouble:(D)V]
GeneralRandomAccessFile.writeDoubles ( double[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeDoubles:([DI)V]
GeneralRandomAccessFile.writeFloat ( float p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeFloat:(F)V]
GeneralRandomAccessFile.writeFloats ( float[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeFloats:([FI)V]
GeneralRandomAccessFile.writeInt ( int p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeInt:(I)V]
GeneralRandomAccessFile.writeInts ( int[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeInts:([II)V]
GeneralRandomAccessFile.writeLong ( long p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeLong:(J)V]
GeneralRandomAccessFile.writeLongDouble ( double p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeLongDouble:(D)V]
GeneralRandomAccessFile.writeLongDoubles ( double[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeLongDoubles:([DI)V]
GeneralRandomAccessFile.writeLongLong ( long p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeLongLong:(J)V]
GeneralRandomAccessFile.writeLongLongs ( long[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeLongLongs:([JI)V]
GeneralRandomAccessFile.writeLongs ( long[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeLongs:([JI)V]
GeneralRandomAccessFile.writeShort ( int p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeShort:(I)V]
GeneralRandomAccessFile.writeShorts ( short[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeShorts:([SI)V]
GeneralRandomAccessFile.writeUTF ( String p1 ) : void
[mangled: edu/sdsc/grid/io/GeneralRandomAccessFile.writeUTF:(Ljava/lang/String;)V]
jargon.jar, Host.class
package edu.sdsc.grid.io
Host.castToByte ( byte[ ] p1 ) [static] : short
[mangled: edu/sdsc/grid/io/Host.castToByte:([B)S]
Host.castToByte ( byte[ ] p1, int p2 ) [static] : short
[mangled: edu/sdsc/grid/io/Host.castToByte:([BI)S]
Host.castToDouble ( byte[ ] p1 ) [static] : double
[mangled: edu/sdsc/grid/io/Host.castToDouble:([B)D]
Host.castToDouble ( byte[ ] p1, int p2 ) [static] : double
[mangled: edu/sdsc/grid/io/Host.castToDouble:([BI)D]
Host.castToFloat ( byte[ ] p1 ) [static] : float
[mangled: edu/sdsc/grid/io/Host.castToFloat:([B)F]
Host.castToFloat ( byte[ ] p1, int p2 ) [static] : float
[mangled: edu/sdsc/grid/io/Host.castToFloat:([BI)F]
Host.castToInt ( byte[ ] p1 ) [static] : int
[mangled: edu/sdsc/grid/io/Host.castToInt:([B)I]
Host.castToInt ( byte[ ] p1, int p2 ) [static] : int
[mangled: edu/sdsc/grid/io/Host.castToInt:([BI)I]
Host.castToLong ( byte[ ] p1 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToLong:([B)J]
Host.castToLong ( byte[ ] p1, int p2 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToLong:([BI)J]
Host.castToLongDouble ( byte[ ] p1 ) [static] : double
[mangled: edu/sdsc/grid/io/Host.castToLongDouble:([B)D]
Host.castToLongDouble ( byte[ ] p1, int p2 ) [static] : double
[mangled: edu/sdsc/grid/io/Host.castToLongDouble:([BI)D]
Host.castToLongLong ( byte[ ] p1 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToLongLong:([B)J]
Host.castToLongLong ( byte[ ] p1, int p2 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToLongLong:([BI)J]
Host.castToShort ( byte[ ] p1 ) [static] : short
[mangled: edu/sdsc/grid/io/Host.castToShort:([B)S]
Host.castToShort ( byte[ ] p1, int p2 ) [static] : short
[mangled: edu/sdsc/grid/io/Host.castToShort:([BI)S]
Host.castToUnsignedInt ( byte[ ] p1 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToUnsignedInt:([B)J]
Host.castToUnsignedInt ( byte[ ] p1, int p2 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToUnsignedInt:([BI)J]
Host.castToUnsignedLong ( byte[ ] p1 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToUnsignedLong:([B)J]
Host.castToUnsignedLong ( byte[ ] p1, int p2 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToUnsignedLong:([BI)J]
Host.castToUnsignedLongLong ( byte[ ] p1 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToUnsignedLongLong:([B)J]
Host.castToUnsignedLongLong ( byte[ ] p1, int p2 ) [static] : long
[mangled: edu/sdsc/grid/io/Host.castToUnsignedLongLong:([BI)J]
Host.castToUnsignedShort ( byte[ ] p1 ) [static] : int
[mangled: edu/sdsc/grid/io/Host.castToUnsignedShort:([B)I]
Host.castToUnsignedShort ( byte[ ] p1, int p2 ) [static] : int
[mangled: edu/sdsc/grid/io/Host.castToUnsignedShort:([BI)I]
Host.copyDouble ( double p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyDouble:(D[B)V]
Host.copyDouble ( double p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyDouble:(D[BI)V]
Host.copyFloat ( double p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyFloat:(D[B)V]
Host.copyFloat ( double p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyFloat:(D[BI)V]
Host.copyFloat ( float p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyFloat:(F[B)V]
Host.copyFloat ( float p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyFloat:(F[BI)V]
Host.copyInt ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(B[B)V]
Host.copyInt ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(B[BI)V]
Host.copyInt ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(I[B)V]
Host.copyInt ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(I[BI)V]
Host.copyInt ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(J[B)V]
Host.copyInt ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(J[BI)V]
Host.copyInt ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(S[B)V]
Host.copyInt ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyInt:(S[BI)V]
Host.copyLong ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(B[B)V]
Host.copyLong ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(B[BI)V]
Host.copyLong ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(I[B)V]
Host.copyLong ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(I[BI)V]
Host.copyLong ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(J[B)V]
Host.copyLong ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(J[BI)V]
Host.copyLong ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(S[B)V]
Host.copyLong ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLong:(S[BI)V]
Host.copyLongDouble ( double p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongDouble:(D[B)V]
Host.copyLongDouble ( double p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongDouble:(D[BI)V]
Host.copyLongLong ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(B[B)V]
Host.copyLongLong ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(B[BI)V]
Host.copyLongLong ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(I[B)V]
Host.copyLongLong ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(I[BI)V]
Host.copyLongLong ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(J[B)V]
Host.copyLongLong ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(J[BI)V]
Host.copyLongLong ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(S[B)V]
Host.copyLongLong ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyLongLong:(S[BI)V]
Host.copyShort ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(B[B)V]
Host.copyShort ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(B[BI)V]
Host.copyShort ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(I[B)V]
Host.copyShort ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(I[BI)V]
Host.copyShort ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(J[B)V]
Host.copyShort ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(J[BI)V]
Host.copyShort ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(S[B)V]
Host.copyShort ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyShort:(S[BI)V]
Host.copyUnsignedInt ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(B[B)V]
Host.copyUnsignedInt ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(B[BI)V]
Host.copyUnsignedInt ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(I[B)V]
Host.copyUnsignedInt ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(I[BI)V]
Host.copyUnsignedInt ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(J[B)V]
Host.copyUnsignedInt ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(J[BI)V]
Host.copyUnsignedInt ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(S[B)V]
Host.copyUnsignedInt ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedInt:(S[BI)V]
Host.copyUnsignedLong ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(B[B)V]
Host.copyUnsignedLong ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(B[BI)V]
Host.copyUnsignedLong ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(I[B)V]
Host.copyUnsignedLong ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(I[BI)V]
Host.copyUnsignedLong ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(J[B)V]
Host.copyUnsignedLong ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(J[BI)V]
Host.copyUnsignedLong ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(S[B)V]
Host.copyUnsignedLong ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLong:(S[BI)V]
Host.copyUnsignedLongLong ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(B[B)V]
Host.copyUnsignedLongLong ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(B[BI)V]
Host.copyUnsignedLongLong ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(I[B)V]
Host.copyUnsignedLongLong ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(I[BI)V]
Host.copyUnsignedLongLong ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(J[B)V]
Host.copyUnsignedLongLong ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(J[BI)V]
Host.copyUnsignedLongLong ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(S[B)V]
Host.copyUnsignedLongLong ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedLongLong:(S[BI)V]
Host.copyUnsignedShort ( byte p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(B[B)V]
Host.copyUnsignedShort ( byte p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(B[BI)V]
Host.copyUnsignedShort ( int p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(I[B)V]
Host.copyUnsignedShort ( int p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(I[BI)V]
Host.copyUnsignedShort ( long p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(J[B)V]
Host.copyUnsignedShort ( long p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(J[BI)V]
Host.copyUnsignedShort ( short p1, byte[ ] p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(S[B)V]
Host.copyUnsignedShort ( short p1, byte[ ] p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.copyUnsignedShort:(S[BI)V]
Host.getCompilerAlignment ( int p1 ) [static] : int
[mangled: edu/sdsc/grid/io/Host.getCompilerAlignment:(I)I]
Host.getName ( int p1 ) [static] : String
[mangled: edu/sdsc/grid/io/Host.getName:(I)Ljava/lang/String;]
Host.getSignificantBits ( int p1 ) [static] : int
[mangled: edu/sdsc/grid/io/Host.getSignificantBits:(I)I]
Host.getStorageSize ( int p1 ) [static] : byte
[mangled: edu/sdsc/grid/io/Host.getStorageSize:(I)B]
Host.Host ( )
[mangled: edu/sdsc/grid/io/Host."<init>":()V]
Host.isLBFByteOrder ( ) [static] : boolean
[mangled: edu/sdsc/grid/io/Host.isLBFByteOrder:()Z]
Host.isMBFByteOrder ( ) [static] : boolean
[mangled: edu/sdsc/grid/io/Host.isMBFByteOrder:()Z]
Host.print ( ) [static] : void
[mangled: edu/sdsc/grid/io/Host.print:()V]
Host.swap ( byte[ ] p1, int p2 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.swap:([BI)V]
Host.swap ( byte[ ] p1, int p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.swap:([BII)V]
Host.swapMultiple ( byte[ ] p1, int p2, int p3 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.swapMultiple:([BII)V]
Host.swapMultiple ( byte[ ] p1, int p2, int p3, int p4 ) [static] : void
[mangled: edu/sdsc/grid/io/Host.swapMultiple:([BIII)V]
jargon.jar, JargonGui.class
package edu.sdsc.grid.gui
JargonGui.actionPerformed ( ActionEvent p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonGui.actionPerformed:(Ljava/awt/event/ActionEvent;)V]
JargonGui.getCopyBuffer ( ) : GeneralFile
[mangled: edu/sdsc/grid/gui/JargonGui.getCopyBuffer:()Ledu/sdsc/grid/io/GeneralFile;]
JargonGui.getRoots ( ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/gui/JargonGui.getRoots:()[Ledu/sdsc/grid/io/GeneralFile;]
JargonGui.getSelects ( ) : MetaDataSelect[ ]
[mangled: edu/sdsc/grid/gui/JargonGui.getSelects:()[Ledu/sdsc/grid/io/MetaDataSelect;]
JargonGui.JargonGui ( GeneralFile p1 )
[mangled: edu/sdsc/grid/gui/JargonGui."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
JargonGui.JargonGui ( GeneralFile p1, MetaDataSelect[ ] p2 )
[mangled: edu/sdsc/grid/gui/JargonGui."<init>":(Ledu/sdsc/grid/io/GeneralFile;[Ledu/sdsc/grid/io/MetaDataSelect;)V]
JargonGui.JargonGui ( GeneralFile[ ] p1 )
[mangled: edu/sdsc/grid/gui/JargonGui."<init>":([Ledu/sdsc/grid/io/GeneralFile;)V]
JargonGui.main ( String[ ] p1 ) [static] : void
[mangled: edu/sdsc/grid/gui/JargonGui.main:([Ljava/lang/String;)V]
JargonGui.useDefaultPopupMenu ( boolean p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonGui.useDefaultPopupMenu:(Z)V]
jargon.jar, JargonTreeCellEditor.class
package edu.sdsc.grid.gui
JargonTreeCellEditor.addCellEditorListener ( CellEditorListener p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.addCellEditorListener:(Ljavax/swing/event/CellEditorListener;)V]
JargonTreeCellEditor.cancelCellEditing ( ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.cancelCellEditing:()V]
JargonTreeCellEditor.finalize ( ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.finalize:()V]
JargonTreeCellEditor.getCellEditorValue ( ) : Object
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.getCellEditorValue:()Ljava/lang/Object;]
JargonTreeCellEditor.getTreeCellEditorComponent ( JTree p1, Object p2, boolean p3, boolean p4, boolean p5, int p6 ) : Component
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.getTreeCellEditorComponent:(Ljavax/swing/JTree;Ljava/lang/Object;ZZZI)Ljava/awt/Component;]
JargonTreeCellEditor.isCellEditable ( EventObject p1 ) : boolean
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.isCellEditable:(Ljava/util/EventObject;)Z]
JargonTreeCellEditor.JargonTreeCellEditor ( )
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor."<init>":()V]
JargonTreeCellEditor.removeCellEditorListener ( CellEditorListener p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.removeCellEditorListener:(Ljavax/swing/event/CellEditorListener;)V]
JargonTreeCellEditor.shouldSelectCell ( EventObject p1 ) : boolean
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.shouldSelectCell:(Ljava/util/EventObject;)Z]
JargonTreeCellEditor.stopCellEditing ( ) : boolean
[mangled: edu/sdsc/grid/gui/JargonTreeCellEditor.stopCellEditing:()Z]
jargon.jar, JargonTreeCellRenderer.class
package edu.sdsc.grid.gui
JargonTreeCellRenderer.getTreeCellRendererComponent ( JTree p1, Object p2, boolean p3, boolean p4, boolean p5, int p6, boolean p7 ) : Component
[mangled: edu/sdsc/grid/gui/JargonTreeCellRenderer.getTreeCellRendererComponent:(Ljavax/swing/JTree;Ljava/lang/Object;ZZZIZ)Ljava/awt/Component;]
JargonTreeCellRenderer.JargonTreeCellRenderer ( )
[mangled: edu/sdsc/grid/gui/JargonTreeCellRenderer."<init>":()V]
jargon.jar, JargonTreeModel.class
package edu.sdsc.grid.gui
JargonTreeModel.addTreeModelListener ( TreeModelListener p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeModel.addTreeModelListener:(Ljavax/swing/event/TreeModelListener;)V]
JargonTreeModel.fireTreeStructureChanged ( Object p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeModel.fireTreeStructureChanged:(Ljava/lang/Object;)V]
JargonTreeModel.getChild ( Object p1, int p2 ) : Object
[mangled: edu/sdsc/grid/gui/JargonTreeModel.getChild:(Ljava/lang/Object;I)Ljava/lang/Object;]
JargonTreeModel.getChildCount ( Object p1 ) : int
[mangled: edu/sdsc/grid/gui/JargonTreeModel.getChildCount:(Ljava/lang/Object;)I]
JargonTreeModel.getIndexOfChild ( Object p1, Object p2 ) : int
[mangled: edu/sdsc/grid/gui/JargonTreeModel.getIndexOfChild:(Ljava/lang/Object;Ljava/lang/Object;)I]
JargonTreeModel.getRoot ( ) : Object
[mangled: edu/sdsc/grid/gui/JargonTreeModel.getRoot:()Ljava/lang/Object;]
JargonTreeModel.isLeaf ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/gui/JargonTreeModel.isLeaf:(Ljava/lang/Object;)Z]
JargonTreeModel.JargonTreeModel ( GeneralFile p1 )
[mangled: edu/sdsc/grid/gui/JargonTreeModel."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
JargonTreeModel.JargonTreeModel ( GeneralFile[ ] p1 )
[mangled: edu/sdsc/grid/gui/JargonTreeModel."<init>":([Ledu/sdsc/grid/io/GeneralFile;)V]
JargonTreeModel.removeTreeModelListener ( TreeModelListener p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeModel.removeTreeModelListener:(Ljavax/swing/event/TreeModelListener;)V]
JargonTreeModel.setRoot ( Object p1 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeModel.setRoot:(Ljava/lang/Object;)V]
JargonTreeModel.valueForPathChanged ( TreePath p1, Object p2 ) : void
[mangled: edu/sdsc/grid/gui/JargonTreeModel.valueForPathChanged:(Ljavax/swing/tree/TreePath;Ljava/lang/Object;)V]
jargon.jar, LocalAccount.class
package edu.sdsc.grid.io.local
LocalAccount.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalAccount.equals:(Ljava/lang/Object;)Z]
LocalAccount.LocalAccount ( )
[mangled: edu/sdsc/grid/io/local/LocalAccount."<init>":()V]
LocalAccount.LocalAccount ( String p1 )
[mangled: edu/sdsc/grid/io/local/LocalAccount."<init>":(Ljava/lang/String;)V]
LocalAccount.setHomeDirectory ( String p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalAccount.setHomeDirectory:(Ljava/lang/String;)V]
jargon.jar, LocalFile.class
package edu.sdsc.grid.io.local
LocalFile.canRead ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.canRead:()Z]
LocalFile.canWrite ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.canWrite:()Z]
LocalFile.compareTo ( GeneralFile p1 ) : int
[mangled: edu/sdsc/grid/io/local/LocalFile.compareTo:(Ledu/sdsc/grid/io/GeneralFile;)I]
LocalFile.compareTo ( Object p1 ) : int
[mangled: edu/sdsc/grid/io/local/LocalFile.compareTo:(Ljava/lang/Object;)I]
LocalFile.copyFrom ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;)V]
LocalFile.copyFrom ( GeneralFile p1, boolean p2 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;Z)V]
LocalFile.copyTo ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;)V]
LocalFile.copyTo ( GeneralFile p1, boolean p2 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;Z)V]
LocalFile.createNewFile ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.createNewFile:()Z]
LocalFile.createTempFile ( String p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/local/LocalFile.createTempFile:(Ljava/lang/String;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.createTempFile ( String p1, String p2, GeneralFile p3 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/local/LocalFile.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ledu/sdsc/grid/io/GeneralFile;)Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.delete ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.delete:()Z]
LocalFile.deleteOnExit ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.deleteOnExit:()V]
LocalFile.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.equals:(Ljava/lang/Object;)Z]
LocalFile.exists ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.exists:()Z]
LocalFile.finalize ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.finalize:()V]
LocalFile.getAbsoluteFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/local/LocalFile.getAbsoluteFile:()Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.getAbsolutePath ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getAbsolutePath:()Ljava/lang/String;]
LocalFile.getCanonicalFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/local/LocalFile.getCanonicalFile:()Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.getCanonicalPath ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getCanonicalPath:()Ljava/lang/String;]
LocalFile.getFile ( ) : File
[mangled: edu/sdsc/grid/io/local/LocalFile.getFile:()Ljava/io/File;]
LocalFile.getHomeDirectory ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getHomeDirectory:()Ljava/lang/String;]
LocalFile.getMetaData ( ) : Properties
[mangled: edu/sdsc/grid/io/local/LocalFile.getMetaData:()Ljava/util/Properties;]
LocalFile.getName ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getName:()Ljava/lang/String;]
LocalFile.getParent ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getParent:()Ljava/lang/String;]
LocalFile.getParentFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/local/LocalFile.getParentFile:()Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.getPath ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getPath:()Ljava/lang/String;]
LocalFile.getPathSeparator ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.getPathSeparator:()Ljava/lang/String;]
LocalFile.getPathSeparatorChar ( ) : char
[mangled: edu/sdsc/grid/io/local/LocalFile.getPathSeparatorChar:()C]
LocalFile.hashCode ( ) : int
[mangled: edu/sdsc/grid/io/local/LocalFile.hashCode:()I]
LocalFile.isAbsolute ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.isAbsolute:()Z]
LocalFile.isDirectory ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.isDirectory:()Z]
LocalFile.isFile ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.isFile:()Z]
LocalFile.isHidden ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.isHidden:()Z]
LocalFile.lastModified ( ) : long
[mangled: edu/sdsc/grid/io/local/LocalFile.lastModified:()J]
LocalFile.length ( ) : long
[mangled: edu/sdsc/grid/io/local/LocalFile.length:()J]
LocalFile.list ( ) : String[ ]
[mangled: edu/sdsc/grid/io/local/LocalFile.list:()[Ljava/lang/String;]
LocalFile.list ( FilenameFilter p1 ) : String[ ]
[mangled: edu/sdsc/grid/io/local/LocalFile.list:(Ljava/io/FilenameFilter;)[Ljava/lang/String;]
LocalFile.listFiles ( ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/local/LocalFile.listFiles:()[Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.listFiles ( FileFilter p1 ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/local/LocalFile.listFiles:(Ljava/io/FileFilter;)[Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.listFiles ( FilenameFilter p1 ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/local/LocalFile.listFiles:(Ljava/io/FilenameFilter;)[Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.listIterator ( ) : Iterator
[mangled: edu/sdsc/grid/io/local/LocalFile.listIterator:()Ljava/util/Iterator;]
LocalFile.listRoots ( ) [static] : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/local/LocalFile.listRoots:()[Ledu/sdsc/grid/io/GeneralFile;]
LocalFile.LocalFile ( File p1 )
[mangled: edu/sdsc/grid/io/local/LocalFile."<init>":(Ljava/io/File;)V]
LocalFile.LocalFile ( File p1, String p2 )
[mangled: edu/sdsc/grid/io/local/LocalFile."<init>":(Ljava/io/File;Ljava/lang/String;)V]
LocalFile.LocalFile ( LocalFile p1, String p2 )
[mangled: edu/sdsc/grid/io/local/LocalFile."<init>":(Ledu/sdsc/grid/io/local/LocalFile;Ljava/lang/String;)V]
LocalFile.LocalFile ( String p1 )
[mangled: edu/sdsc/grid/io/local/LocalFile."<init>":(Ljava/lang/String;)V]
LocalFile.LocalFile ( String p1, String p2 )
[mangled: edu/sdsc/grid/io/local/LocalFile."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
LocalFile.LocalFile ( URI p1 )
[mangled: edu/sdsc/grid/io/local/LocalFile."<init>":(Ljava/net/URI;)V]
LocalFile.mkdir ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.mkdir:()Z]
LocalFile.mkdirs ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.mkdirs:()Z]
LocalFile.renameTo ( GeneralFile p1 ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.renameTo:(Ledu/sdsc/grid/io/GeneralFile;)Z]
LocalFile.setDirectory ( String p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.setDirectory:(Ljava/lang/String;)V]
LocalFile.setFileName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFile.setFileName:(Ljava/lang/String;)V]
LocalFile.setLastModified ( long p1 ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.setLastModified:(J)Z]
LocalFile.setReadOnly ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFile.setReadOnly:()Z]
LocalFile.toString ( ) : String
[mangled: edu/sdsc/grid/io/local/LocalFile.toString:()Ljava/lang/String;]
LocalFile.toURI ( ) : URI
[mangled: edu/sdsc/grid/io/local/LocalFile.toURI:()Ljava/net/URI;]
LocalFile.toURL ( ) : URL
[mangled: edu/sdsc/grid/io/local/LocalFile.toURL:()Ljava/net/URL;]
jargon.jar, LocalFileInputStream.class
package edu.sdsc.grid.io.local
LocalFileInputStream.available ( ) : int
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.available:()I]
LocalFileInputStream.close ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.close:()V]
LocalFileInputStream.finalize ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.finalize:()V]
LocalFileInputStream.LocalFileInputStream ( LocalFile p1 )
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream."<init>":(Ledu/sdsc/grid/io/local/LocalFile;)V]
LocalFileInputStream.LocalFileInputStream ( String p1 )
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream."<init>":(Ljava/lang/String;)V]
LocalFileInputStream.open ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
LocalFileInputStream.read ( ) : int
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.read:()I]
LocalFileInputStream.read ( byte[ ] p1 ) : int
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.read:([B)I]
LocalFileInputStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.read:([BII)I]
LocalFileInputStream.skip ( long p1 ) : long
[mangled: edu/sdsc/grid/io/local/LocalFileInputStream.skip:(J)J]
jargon.jar, LocalFileOutputStream.class
package edu.sdsc.grid.io.local
LocalFileOutputStream.close ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream.close:()V]
LocalFileOutputStream.finalize ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream.finalize:()V]
LocalFileOutputStream.LocalFileOutputStream ( LocalFile p1 )
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream."<init>":(Ledu/sdsc/grid/io/local/LocalFile;)V]
LocalFileOutputStream.LocalFileOutputStream ( String p1 )
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream."<init>":(Ljava/lang/String;)V]
LocalFileOutputStream.open ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
LocalFileOutputStream.write ( byte[ ] p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream.write:([B)V]
LocalFileOutputStream.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream.write:([BII)V]
LocalFileOutputStream.write ( int p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileOutputStream.write:(I)V]
jargon.jar, LocalFileSystem.class
package edu.sdsc.grid.io.local
LocalFileSystem.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalFileSystem.equals:(Ljava/lang/Object;)Z]
LocalFileSystem.getRootDirectories ( ) : String[ ]
[mangled: edu/sdsc/grid/io/local/LocalFileSystem.getRootDirectories:()[Ljava/lang/String;]
LocalFileSystem.LocalFileSystem ( )
[mangled: edu/sdsc/grid/io/local/LocalFileSystem."<init>":()V]
LocalFileSystem.LocalFileSystem ( LocalAccount p1 )
[mangled: edu/sdsc/grid/io/local/LocalFileSystem."<init>":(Ledu/sdsc/grid/io/local/LocalAccount;)V]
LocalFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/local/LocalFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
LocalFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2, int p3 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/local/LocalFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
LocalFileSystem.setAccount ( GeneralAccount p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalFileSystem.setAccount:(Ledu/sdsc/grid/io/GeneralAccount;)V]
jargon.jar, LocalMetaDataRecordList.class
package edu.sdsc.grid.io.local
LocalMetaDataRecordList.getAllResults ( ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/local/LocalMetaDataRecordList.getAllResults:()[Ledu/sdsc/grid/io/MetaDataRecordList;]
LocalMetaDataRecordList.getMoreResults ( ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/local/LocalMetaDataRecordList.getMoreResults:()[Ledu/sdsc/grid/io/MetaDataRecordList;]
LocalMetaDataRecordList.getMoreResults ( int p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/local/LocalMetaDataRecordList.getMoreResults:(I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
LocalMetaDataRecordList.isQueryComplete ( ) : boolean
[mangled: edu/sdsc/grid/io/local/LocalMetaDataRecordList.isQueryComplete:()Z]
LocalMetaDataRecordList.LocalMetaDataRecordList ( )
[mangled: edu/sdsc/grid/io/local/LocalMetaDataRecordList."<init>":()V]
jargon.jar, LocalRandomAccessFile.class
package edu.sdsc.grid.io.local
LocalRandomAccessFile.close ( ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.close:()V]
LocalRandomAccessFile.getFilePointer ( ) : long
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.getFilePointer:()J]
LocalRandomAccessFile.getRandomAccessFile ( ) : RandomAccessFile
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.getRandomAccessFile:()Ljava/io/RandomAccessFile;]
LocalRandomAccessFile.length ( ) : long
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.length:()J]
LocalRandomAccessFile.LocalRandomAccessFile ( File p1, String p2 )
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile."<init>":(Ljava/io/File;Ljava/lang/String;)V]
LocalRandomAccessFile.LocalRandomAccessFile ( LocalFile p1, String p2 )
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile."<init>":(Ledu/sdsc/grid/io/local/LocalFile;Ljava/lang/String;)V]
LocalRandomAccessFile.LocalRandomAccessFile ( String p1, String p2 )
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
LocalRandomAccessFile.open ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
LocalRandomAccessFile.read ( ) : int
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.read:()I]
LocalRandomAccessFile.readBytes ( byte[ ] p1, int p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.readBytes:([BII)I]
LocalRandomAccessFile.seek ( long p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.seek:(J)V]
LocalRandomAccessFile.seek ( long p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.seek:(JI)V]
LocalRandomAccessFile.setLength ( long p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.setLength:(J)V]
LocalRandomAccessFile.skipBytes ( int p1 ) : int
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.skipBytes:(I)I]
LocalRandomAccessFile.write ( int p1 ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.write:(I)V]
LocalRandomAccessFile.writeBytes ( byte[ ] p1, int p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/local/LocalRandomAccessFile.writeBytes:([BII)V]
jargon.jar, MetaDataCondition.class
package edu.sdsc.grid.io
MetaDataCondition.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataCondition.equals:(Ljava/lang/Object;)Z]
MetaDataCondition.finalize ( ) : void
[mangled: edu/sdsc/grid/io/MetaDataCondition.finalize:()V]
MetaDataCondition.getCount ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataCondition.getCount:()I]
MetaDataCondition.getField ( ) : MetaDataField
[mangled: edu/sdsc/grid/io/MetaDataCondition.getField:()Ledu/sdsc/grid/io/MetaDataField;]
MetaDataCondition.getFieldName ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataCondition.getFieldName:()Ljava/lang/String;]
MetaDataCondition.getFieldType ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataCondition.getFieldType:()I]
MetaDataCondition.getFloatValue ( ) : float
[mangled: edu/sdsc/grid/io/MetaDataCondition.getFloatValue:()F]
MetaDataCondition.getFloatValue ( int p1 ) : float
[mangled: edu/sdsc/grid/io/MetaDataCondition.getFloatValue:(I)F]
MetaDataCondition.getIntValue ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataCondition.getIntValue:()I]
MetaDataCondition.getIntValue ( int p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataCondition.getIntValue:(I)I]
MetaDataCondition.getOperator ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataCondition.getOperator:()I]
MetaDataCondition.getOperatorString ( int p1 ) [static] : String
[mangled: edu/sdsc/grid/io/MetaDataCondition.getOperatorString:(I)Ljava/lang/String;]
MetaDataCondition.getOperatorStrings ( ) [static] : String[ ]
[mangled: edu/sdsc/grid/io/MetaDataCondition.getOperatorStrings:()[Ljava/lang/String;]
MetaDataCondition.getStringValue ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataCondition.getStringValue:()Ljava/lang/String;]
MetaDataCondition.getStringValue ( int p1 ) : String
[mangled: edu/sdsc/grid/io/MetaDataCondition.getStringValue:(I)Ljava/lang/String;]
MetaDataCondition.getStyle ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataCondition.getStyle:()I]
MetaDataCondition.getTableValue ( ) : MetaDataTable
[mangled: edu/sdsc/grid/io/MetaDataCondition.getTableValue:()Ledu/sdsc/grid/io/MetaDataTable;]
MetaDataCondition.toString ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataCondition.toString:()Ljava/lang/String;]
jargon.jar, MetaDataField.class
package edu.sdsc.grid.io
MetaDataField.addProtocol ( Protocol p1 ) : void
[mangled: edu/sdsc/grid/io/MetaDataField.addProtocol:(Ledu/sdsc/grid/io/Protocol;)V]
MetaDataField.compareTo ( Object p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataField.compareTo:(Ljava/lang/Object;)I]
MetaDataField.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataField.equals:(Ljava/lang/Object;)Z]
MetaDataField.getDescription ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataField.getDescription:()Ljava/lang/String;]
MetaDataField.getName ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataField.getName:()Ljava/lang/String;]
MetaDataField.getType ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataField.getType:()I]
MetaDataField.MetaDataField ( String p1, String p2, int p3, Protocol p4 )
[mangled: edu/sdsc/grid/io/MetaDataField."<init>":(Ljava/lang/String;Ljava/lang/String;ILedu/sdsc/grid/io/Protocol;)V]
MetaDataField.toString ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataField.toString:()Ljava/lang/String;]
MetaDataField.usesProtocol ( Protocol p1 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataField.usesProtocol:(Ledu/sdsc/grid/io/Protocol;)Z]
jargon.jar, MetaDataGroup.class
package edu.sdsc.grid.io
MetaDataGroup.add ( MetaDataField p1 ) : void
[mangled: edu/sdsc/grid/io/MetaDataGroup.add:(Ledu/sdsc/grid/io/MetaDataField;)V]
MetaDataGroup.compareTo ( Object p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataGroup.compareTo:(Ljava/lang/Object;)I]
MetaDataGroup.getDescription ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataGroup.getDescription:()Ljava/lang/String;]
MetaDataGroup.getField ( String p1 ) : MetaDataField
[mangled: edu/sdsc/grid/io/MetaDataGroup.getField:(Ljava/lang/String;)Ledu/sdsc/grid/io/MetaDataField;]
MetaDataGroup.getFieldCount ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataGroup.getFieldCount:()I]
MetaDataGroup.getFields ( ) : MetaDataField[ ]
[mangled: edu/sdsc/grid/io/MetaDataGroup.getFields:()[Ledu/sdsc/grid/io/MetaDataField;]
MetaDataGroup.getFields ( boolean p1 ) : MetaDataField[ ]
[mangled: edu/sdsc/grid/io/MetaDataGroup.getFields:(Z)[Ledu/sdsc/grid/io/MetaDataField;]
MetaDataGroup.getName ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataGroup.getName:()Ljava/lang/String;]
MetaDataGroup.MetaDataGroup ( String p1, String p2 )
[mangled: edu/sdsc/grid/io/MetaDataGroup."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
MetaDataGroup.toString ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataGroup.toString:()Ljava/lang/String;]
jargon.jar, MetaDataRecordList.class
package edu.sdsc.grid.io
MetaDataRecordList.addRecord ( MetaDataField p1, float p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.addRecord:(Ledu/sdsc/grid/io/MetaDataField;F)V]
MetaDataRecordList.addRecord ( MetaDataField p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.addRecord:(Ledu/sdsc/grid/io/MetaDataField;I)V]
MetaDataRecordList.addRecord ( MetaDataField p1, MetaDataTable p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.addRecord:(Ledu/sdsc/grid/io/MetaDataField;Ledu/sdsc/grid/io/MetaDataTable;)V]
MetaDataRecordList.addRecord ( MetaDataField p1, Object p2 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataRecordList.addRecord:(Ledu/sdsc/grid/io/MetaDataField;Ljava/lang/Object;)Z]
MetaDataRecordList.addRecord ( MetaDataField p1, String p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.addRecord:(Ledu/sdsc/grid/io/MetaDataField;Ljava/lang/String;)V]
MetaDataRecordList.finalize ( ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.finalize:()V]
MetaDataRecordList.getAllResults ( MetaDataRecordList[ ] p1 ) [static] : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getAllResults:([Ledu/sdsc/grid/io/MetaDataRecordList;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
MetaDataRecordList.getField ( int p1 ) : MetaDataField
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getField:(I)Ledu/sdsc/grid/io/MetaDataField;]
MetaDataRecordList.getFieldCount ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getFieldCount:()I]
MetaDataRecordList.getFieldIndex ( String p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getFieldIndex:(Ljava/lang/String;)I]
MetaDataRecordList.getFieldName ( int p1 ) : String
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getFieldName:(I)Ljava/lang/String;]
MetaDataRecordList.getFields ( ) : MetaDataField[ ]
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getFields:()[Ledu/sdsc/grid/io/MetaDataField;]
MetaDataRecordList.getFieldType ( int p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getFieldType:(I)I]
MetaDataRecordList.getFloatValue ( int p1 ) : float
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getFloatValue:(I)F]
MetaDataRecordList.getIntValue ( int p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getIntValue:(I)I]
MetaDataRecordList.getMoreResults ( ) [abstract] : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getMoreResults:()[Ledu/sdsc/grid/io/MetaDataRecordList;]
MetaDataRecordList.getMoreResults ( int p1 ) [abstract] : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getMoreResults:(I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
MetaDataRecordList.getRecordCount ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getRecordCount:()I]
MetaDataRecordList.getStringValue ( int p1 ) : String
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getStringValue:(I)Ljava/lang/String;]
MetaDataRecordList.getTableValue ( int p1 ) : MetaDataTable
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getTableValue:(I)Ledu/sdsc/grid/io/MetaDataTable;]
MetaDataRecordList.getValue ( int p1 ) : Object
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getValue:(I)Ljava/lang/Object;]
MetaDataRecordList.getValue ( MetaDataField p1 ) : Object
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getValue:(Ledu/sdsc/grid/io/MetaDataField;)Ljava/lang/Object;]
MetaDataRecordList.getValue ( String p1 ) : Object
[mangled: edu/sdsc/grid/io/MetaDataRecordList.getValue:(Ljava/lang/String;)Ljava/lang/Object;]
MetaDataRecordList.isQueryComplete ( ) [abstract] : boolean
[mangled: edu/sdsc/grid/io/MetaDataRecordList.isQueryComplete:()Z]
MetaDataRecordList.MetaDataRecordList ( MetaDataField p1, float p2 )
[mangled: edu/sdsc/grid/io/MetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;F)V]
MetaDataRecordList.MetaDataRecordList ( MetaDataField p1, int p2 )
[mangled: edu/sdsc/grid/io/MetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;I)V]
MetaDataRecordList.MetaDataRecordList ( MetaDataField p1, MetaDataTable p2 )
[mangled: edu/sdsc/grid/io/MetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;Ledu/sdsc/grid/io/MetaDataTable;)V]
MetaDataRecordList.MetaDataRecordList ( MetaDataField p1, String p2 )
[mangled: edu/sdsc/grid/io/MetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;Ljava/lang/String;)V]
MetaDataRecordList.MetaDataRecordList ( MetaDataField[ ] p1, Object[ ] p2 )
[mangled: edu/sdsc/grid/io/MetaDataRecordList."<init>":([Ledu/sdsc/grid/io/MetaDataField;[Ljava/lang/Object;)V]
MetaDataRecordList.removeRecord ( int p1 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.removeRecord:(I)V]
MetaDataRecordList.removeRecord ( MetaDataField p1 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.removeRecord:(Ledu/sdsc/grid/io/MetaDataField;)V]
MetaDataRecordList.setValue ( int p1, float p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(IF)V]
MetaDataRecordList.setValue ( int p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(II)V]
MetaDataRecordList.setValue ( int p1, MetaDataTable p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(ILedu/sdsc/grid/io/MetaDataTable;)V]
MetaDataRecordList.setValue ( int p1, String p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(ILjava/lang/String;)V]
MetaDataRecordList.setValue ( MetaDataField p1, float p2 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(Ledu/sdsc/grid/io/MetaDataField;F)Z]
MetaDataRecordList.setValue ( MetaDataField p1, int p2 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(Ledu/sdsc/grid/io/MetaDataField;I)Z]
MetaDataRecordList.setValue ( MetaDataField p1, MetaDataTable p2 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(Ledu/sdsc/grid/io/MetaDataField;Ledu/sdsc/grid/io/MetaDataTable;)Z]
MetaDataRecordList.setValue ( MetaDataField p1, String p2 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataRecordList.setValue:(Ledu/sdsc/grid/io/MetaDataField;Ljava/lang/String;)Z]
MetaDataRecordList.toString ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataRecordList.toString:()Ljava/lang/String;]
jargon.jar, MetaDataSelect.class
package edu.sdsc.grid.io
MetaDataSelect.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataSelect.equals:(Ljava/lang/Object;)Z]
MetaDataSelect.getField ( ) : MetaDataField
[mangled: edu/sdsc/grid/io/MetaDataSelect.getField:()Ledu/sdsc/grid/io/MetaDataField;]
MetaDataSelect.getFieldName ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataSelect.getFieldName:()Ljava/lang/String;]
MetaDataSelect.getOperation ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataSelect.getOperation:()I]
MetaDataSelect.toString ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataSelect.toString:()Ljava/lang/String;]
jargon.jar, MetaDataSet.class
package edu.sdsc.grid.io
MetaDataSet.add ( MetaDataGroup p1 ) [static] : void
[mangled: edu/sdsc/grid/io/MetaDataSet.add:(Ledu/sdsc/grid/io/MetaDataGroup;)V]
MetaDataSet.getField ( String p1 ) [static] : MetaDataField
[mangled: edu/sdsc/grid/io/MetaDataSet.getField:(Ljava/lang/String;)Ledu/sdsc/grid/io/MetaDataField;]
MetaDataSet.getMetaDataGroups ( ) [static] : MetaDataGroup[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.getMetaDataGroups:()[Ledu/sdsc/grid/io/MetaDataGroup;]
MetaDataSet.getMetaDataGroups ( boolean p1 ) [static] : MetaDataGroup[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.getMetaDataGroups:(Z)[Ledu/sdsc/grid/io/MetaDataGroup;]
MetaDataSet.mergeConditions ( MetaDataCondition p1, MetaDataCondition p2 ) [static] : MetaDataCondition[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.mergeConditions:(Ledu/sdsc/grid/io/MetaDataCondition;Ledu/sdsc/grid/io/MetaDataCondition;)[Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.mergeConditions ( MetaDataCondition p1, MetaDataCondition[ ] p2 ) [static] : MetaDataCondition[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.mergeConditions:(Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataCondition;)[Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.mergeConditions ( MetaDataCondition[ ] p1, MetaDataCondition[ ] p2 ) [static] : MetaDataCondition[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.mergeConditions:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataCondition;)[Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.mergeSelects ( MetaDataSelect p1, MetaDataSelect p2 ) [static] : MetaDataSelect[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.mergeSelects:(Ledu/sdsc/grid/io/MetaDataSelect;Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataSelect;]
MetaDataSet.mergeSelects ( MetaDataSelect p1, MetaDataSelect[ ] p2 ) [static] : MetaDataSelect[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.mergeSelects:(Ledu/sdsc/grid/io/MetaDataSelect;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataSelect;]
MetaDataSet.mergeSelects ( MetaDataSelect[ ] p1, MetaDataSelect[ ] p2 ) [static] : MetaDataSelect[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.mergeSelects:([Ledu/sdsc/grid/io/MetaDataSelect;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataSelect;]
MetaDataSet.MetaDataSet ( )
[mangled: edu/sdsc/grid/io/MetaDataSet."<init>":()V]
MetaDataSet.newCondition ( String p1, int p2, float p3 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;IF)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, float p3, float p4 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;IFF)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, float[ ] p3 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;I[F)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, int p3 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;II)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, int p3, int p4 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;III)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, int[ ] p3 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;I[I)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, String p3 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;ILjava/lang/String;)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, String p3, String p4 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, int p2, String[ ] p3 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;I[Ljava/lang/String;)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newCondition ( String p1, MetaDataTable p2 ) [static] : MetaDataCondition
[mangled: edu/sdsc/grid/io/MetaDataSet.newCondition:(Ljava/lang/String;Ledu/sdsc/grid/io/MetaDataTable;)Ledu/sdsc/grid/io/MetaDataCondition;]
MetaDataSet.newSelection ( MetaDataGroup p1 ) [static] : MetaDataSelect[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.newSelection:(Ledu/sdsc/grid/io/MetaDataGroup;)[Ledu/sdsc/grid/io/MetaDataSelect;]
MetaDataSet.newSelection ( String p1 ) [static] : MetaDataSelect
[mangled: edu/sdsc/grid/io/MetaDataSet.newSelection:(Ljava/lang/String;)Ledu/sdsc/grid/io/MetaDataSelect;]
MetaDataSet.newSelection ( String p1, int p2 ) [static] : MetaDataSelect
[mangled: edu/sdsc/grid/io/MetaDataSet.newSelection:(Ljava/lang/String;I)Ledu/sdsc/grid/io/MetaDataSelect;]
MetaDataSet.newSelection ( String[ ] p1 ) [static] : MetaDataSelect[ ]
[mangled: edu/sdsc/grid/io/MetaDataSet.newSelection:([Ljava/lang/String;)[Ledu/sdsc/grid/io/MetaDataSelect;]
jargon.jar, MetaDataTable.class
package edu.sdsc.grid.io
MetaDataTable.addRow ( String[ ] p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/MetaDataTable.addRow:([Ljava/lang/String;I)V]
MetaDataTable.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/MetaDataTable.equals:(Ljava/lang/Object;)Z]
MetaDataTable.getColumnCount ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataTable.getColumnCount:()I]
MetaDataTable.getFloatValue ( int p1, int p2 ) : float
[mangled: edu/sdsc/grid/io/MetaDataTable.getFloatValue:(II)F]
MetaDataTable.getIntValue ( int p1, int p2 ) : int
[mangled: edu/sdsc/grid/io/MetaDataTable.getIntValue:(II)I]
MetaDataTable.getOperator ( int p1 ) : int
[mangled: edu/sdsc/grid/io/MetaDataTable.getOperator:(I)I]
MetaDataTable.getOperators ( ) : int[ ]
[mangled: edu/sdsc/grid/io/MetaDataTable.getOperators:()[I]
MetaDataTable.getRowCount ( ) : int
[mangled: edu/sdsc/grid/io/MetaDataTable.getRowCount:()I]
MetaDataTable.getStringValue ( int p1, int p2 ) : String
[mangled: edu/sdsc/grid/io/MetaDataTable.getStringValue:(II)Ljava/lang/String;]
MetaDataTable.MetaDataTable ( int[ ] p1, String[ ][ ] p2 )
[mangled: edu/sdsc/grid/io/MetaDataTable."<init>":([I[[Ljava/lang/String;)V]
MetaDataTable.removeRow ( int p1 ) : void
[mangled: edu/sdsc/grid/io/MetaDataTable.removeRow:(I)V]
MetaDataTable.toString ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataTable.toString:()Ljava/lang/String;]
jargon.jar, MetaDataTest.class
MetaDataTest.main ( String[ ] p1 ) [static] : void
[mangled: MetaDataTest.main:([Ljava/lang/String;)V]
MetaDataTest.MetaDataTest ( )
[mangled: MetaDataTest."<init>":()V]
MetaDataTest.MetaDataTest ( GeneralFile p1 )
[mangled: MetaDataTest."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
MetaDataTest.MetaDataTest ( String[ ] p1 )
[mangled: MetaDataTest."<init>":([Ljava/lang/String;)V]
MetaDataTest.printQueryResults ( MetaDataRecordList[ ] p1 ) [static] : void
[mangled: MetaDataTest.printQueryResults:([Ledu/sdsc/grid/io/MetaDataRecordList;)V]
jargon.jar, MetaDataValueEnum.class
package edu.sdsc.grid.io
MetaDataValueEnum.getDescription ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataValueEnum.getDescription:()Ljava/lang/String;]
MetaDataValueEnum.getValue ( ) : String
[mangled: edu/sdsc/grid/io/MetaDataValueEnum.getValue:()Ljava/lang/String;]
jargon.jar, Protocol.class
package edu.sdsc.grid.io
Protocol.equals ( Object p1 ) [abstract] : boolean
[mangled: edu/sdsc/grid/io/Protocol.equals:(Ljava/lang/Object;)Z]
Protocol.getHelp ( ) : String
[mangled: edu/sdsc/grid/io/Protocol.getHelp:()Ljava/lang/String;]
Protocol.getMetaDataSet ( ) : MetaDataSet
[mangled: edu/sdsc/grid/io/Protocol.getMetaDataSet:()Ledu/sdsc/grid/io/MetaDataSet;]
Protocol.getName ( ) : String
[mangled: edu/sdsc/grid/io/Protocol.getName:()Ljava/lang/String;]
Protocol.Protocol ( String p1, String p2 )
[mangled: edu/sdsc/grid/io/Protocol."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
Protocol.toString ( ) : String
[mangled: edu/sdsc/grid/io/Protocol.toString:()Ljava/lang/String;]
jargon.jar, RemoteAccount.class
package edu.sdsc.grid.io
RemoteAccount.finalize ( ) : void
[mangled: edu/sdsc/grid/io/RemoteAccount.finalize:()V]
RemoteAccount.getHost ( ) : String
[mangled: edu/sdsc/grid/io/RemoteAccount.getHost:()Ljava/lang/String;]
RemoteAccount.getPassword ( ) : String
[mangled: edu/sdsc/grid/io/RemoteAccount.getPassword:()Ljava/lang/String;]
RemoteAccount.getPort ( ) : int
[mangled: edu/sdsc/grid/io/RemoteAccount.getPort:()I]
RemoteAccount.getUserName ( ) : String
[mangled: edu/sdsc/grid/io/RemoteAccount.getUserName:()Ljava/lang/String;]
RemoteAccount.RemoteAccount ( String p1, int p2, String p3, String p4, String p5 )
[mangled: edu/sdsc/grid/io/RemoteAccount."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
RemoteAccount.setHost ( String p1 ) : void
[mangled: edu/sdsc/grid/io/RemoteAccount.setHost:(Ljava/lang/String;)V]
RemoteAccount.setPassword ( String p1 ) : void
[mangled: edu/sdsc/grid/io/RemoteAccount.setPassword:(Ljava/lang/String;)V]
RemoteAccount.setPort ( int p1 ) : void
[mangled: edu/sdsc/grid/io/RemoteAccount.setPort:(I)V]
RemoteAccount.setUserName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/RemoteAccount.setUserName:(Ljava/lang/String;)V]
jargon.jar, RemoteFile.class
package edu.sdsc.grid.io
RemoteFile.RemoteFile ( RemoteFile p1, String p2 )
[mangled: edu/sdsc/grid/io/RemoteFile."<init>":(Ledu/sdsc/grid/io/RemoteFile;Ljava/lang/String;)V]
RemoteFile.RemoteFile ( RemoteFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/RemoteFile."<init>":(Ledu/sdsc/grid/io/RemoteFileSystem;Ljava/lang/String;)V]
RemoteFile.RemoteFile ( RemoteFileSystem p1, String p2, String p3 )
[mangled: edu/sdsc/grid/io/RemoteFile."<init>":(Ledu/sdsc/grid/io/RemoteFileSystem;Ljava/lang/String;Ljava/lang/String;)V]
RemoteFile.RemoteFile ( URI p1 )
[mangled: edu/sdsc/grid/io/RemoteFile."<init>":(Ljava/net/URI;)V]
jargon.jar, RemoteFileInputStream.class
package edu.sdsc.grid.io
RemoteFileInputStream.RemoteFileInputStream ( GeneralFile p1 )
[mangled: edu/sdsc/grid/io/RemoteFileInputStream."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
RemoteFileInputStream.RemoteFileInputStream ( GeneralFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/RemoteFileInputStream."<init>":(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;)V]
jargon.jar, RemoteFileOutputStream.class
package edu.sdsc.grid.io
RemoteFileOutputStream.RemoteFileOutputStream ( GeneralFile p1 )
[mangled: edu/sdsc/grid/io/RemoteFileOutputStream."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
RemoteFileOutputStream.RemoteFileOutputStream ( GeneralFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/RemoteFileOutputStream."<init>":(Ledu/sdsc/grid/io/GeneralFileSystem;Ljava/lang/String;)V]
jargon.jar, RemoteFileSystem.class
package edu.sdsc.grid.io
RemoteFileSystem.getHost ( ) : String
[mangled: edu/sdsc/grid/io/RemoteFileSystem.getHost:()Ljava/lang/String;]
RemoteFileSystem.getPort ( ) : int
[mangled: edu/sdsc/grid/io/RemoteFileSystem.getPort:()I]
RemoteFileSystem.getUserName ( ) : String
[mangled: edu/sdsc/grid/io/RemoteFileSystem.getUserName:()Ljava/lang/String;]
RemoteFileSystem.RemoteFileSystem ( )
[mangled: edu/sdsc/grid/io/RemoteFileSystem."<init>":()V]
jargon.jar, RemoteRandomAccessFile.class
package edu.sdsc.grid.io
RemoteRandomAccessFile.RemoteRandomAccessFile ( RemoteFile p1, String p2 )
[mangled: edu/sdsc/grid/io/RemoteRandomAccessFile."<init>":(Ledu/sdsc/grid/io/RemoteFile;Ljava/lang/String;)V]
jargon.jar, Sls.class
Sls.main ( String[ ] p1 ) [static] : void
[mangled: Sls.main:([Ljava/lang/String;)V]
Sls.Sls ( )
[mangled: Sls."<init>":()V]
jargon.jar, SRBAccount.class
package edu.sdsc.grid.io.srb
SRBAccount.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBAccount.equals:(Ljava/lang/Object;)Z]
SRBAccount.finalize ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.finalize:()V]
SRBAccount.getCertificateAuthority ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getCertificateAuthority:()Ljava/lang/String;]
SRBAccount.getDefaultStorageResource ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getDefaultStorageResource:()Ljava/lang/String;]
SRBAccount.getDomainName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getDomainName:()Ljava/lang/String;]
SRBAccount.getExecFile ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getExecFile:()Ljava/lang/String;]
SRBAccount.getMcatZone ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getMcatZone:()Ljava/lang/String;]
SRBAccount.getOptions ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getOptions:()I]
SRBAccount.getProxyDomainName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getProxyDomainName:()Ljava/lang/String;]
SRBAccount.getProxyMcatZone ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getProxyMcatZone:()Ljava/lang/String;]
SRBAccount.getProxyUserName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getProxyUserName:()Ljava/lang/String;]
SRBAccount.getVersion ( ) [static] : String
[mangled: edu/sdsc/grid/io/srb/SRBAccount.getVersion:()Ljava/lang/String;]
SRBAccount.setCertificateAuthority ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setCertificateAuthority:(Ljava/lang/String;)V]
SRBAccount.setDefaultStorageResource ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setDefaultStorageResource:(Ljava/lang/String;)V]
SRBAccount.setDomainName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setDomainName:(Ljava/lang/String;)V]
SRBAccount.setExecFile ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setExecFile:(Ljava/lang/String;)V]
SRBAccount.setHomeDirectory ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setHomeDirectory:(Ljava/lang/String;)V]
SRBAccount.setMcatZone ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setMcatZone:(Ljava/lang/String;)V]
SRBAccount.setOptions ( int p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setOptions:(I)V]
SRBAccount.setProxyDomainName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setProxyDomainName:(Ljava/lang/String;)V]
SRBAccount.setProxyMcatZone ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setProxyMcatZone:(Ljava/lang/String;)V]
SRBAccount.setProxyUserName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setProxyUserName:(Ljava/lang/String;)V]
SRBAccount.setUserInfo ( LocalFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setUserInfo:(Ledu/sdsc/grid/io/local/LocalFile;)V]
SRBAccount.setVersion ( String p1 ) [static] : void
[mangled: edu/sdsc/grid/io/srb/SRBAccount.setVersion:(Ljava/lang/String;)V]
SRBAccount.SRBAccount ( )
[mangled: edu/sdsc/grid/io/srb/SRBAccount."<init>":()V]
SRBAccount.SRBAccount ( File p1 )
[mangled: edu/sdsc/grid/io/srb/SRBAccount."<init>":(Ljava/io/File;)V]
SRBAccount.SRBAccount ( LocalFile p1 )
[mangled: edu/sdsc/grid/io/srb/SRBAccount."<init>":(Ledu/sdsc/grid/io/local/LocalFile;)V]
SRBAccount.SRBAccount ( String p1 )
[mangled: edu/sdsc/grid/io/srb/SRBAccount."<init>":(Ljava/lang/String;)V]
SRBAccount.SRBAccount ( String p1, int p2, String p3, String p4, String p5, String p6, String p7 )
[mangled: edu/sdsc/grid/io/srb/SRBAccount."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBAccount.SRBAccount ( String p1, int p2, String p3, String p4, String p5, String p6, String p7, String p8 )
[mangled: edu/sdsc/grid/io/srb/SRBAccount."<init>":(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
jargon.jar, SRBContainer.class
package edu.sdsc.grid.io.srb
SRBContainer.canRead ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.canRead:()Z]
SRBContainer.canWrite ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.canWrite:()Z]
SRBContainer.compareTo ( GeneralFile p1 ) : int
[mangled: edu/sdsc/grid/io/srb/SRBContainer.compareTo:(Ledu/sdsc/grid/io/GeneralFile;)I]
SRBContainer.compareTo ( Object p1 ) : int
[mangled: edu/sdsc/grid/io/srb/SRBContainer.compareTo:(Ljava/lang/Object;)I]
SRBContainer.copyFrom ( GeneralFile p1, boolean p2, boolean p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;ZZ)V]
SRBContainer.copyFromLocal ( LocalFile p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyFromLocal:(Ledu/sdsc/grid/io/local/LocalFile;)V]
SRBContainer.copyFromLocal ( String p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyFromLocal:(Ljava/lang/String;)V]
SRBContainer.copyTo ( GeneralFile p1, boolean p2, boolean p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyTo:(Ledu/sdsc/grid/io/GeneralFile;ZZ)V]
SRBContainer.copyToLocal ( LocalFile p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyToLocal:(Ledu/sdsc/grid/io/local/LocalFile;)V]
SRBContainer.copyToLocal ( String p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyToLocal:(Ljava/lang/String;)V]
SRBContainer.copyToRemote ( RemoteFile p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBContainer.copyToRemote:(Ledu/sdsc/grid/io/RemoteFile;)V]
SRBContainer.createNewFile ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.createNewFile:()Z]
SRBContainer.createTempFile ( String p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBContainer.createTempFile:(Ljava/lang/String;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
SRBContainer.createTempFile ( String p1, String p2, GeneralFile p3 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBContainer.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ledu/sdsc/grid/io/GeneralFile;)Ledu/sdsc/grid/io/GeneralFile;]
SRBContainer.delete ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.delete:()Z]
SRBContainer.delete ( boolean p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.delete:(Z)Z]
SRBContainer.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.equals:(Ljava/lang/Object;)Z]
SRBContainer.exists ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.exists:()Z]
SRBContainer.getAbsoluteFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getAbsoluteFile:()Ledu/sdsc/grid/io/GeneralFile;]
SRBContainer.getCanonicalFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getCanonicalFile:()Ledu/sdsc/grid/io/GeneralFile;]
SRBContainer.getContainerMaxSize ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getContainerMaxSize:()J]
SRBContainer.getDataType ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getDataType:()Ljava/lang/String;]
SRBContainer.getParentFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getParentFile:()Ledu/sdsc/grid/io/GeneralFile;]
SRBContainer.getPermissions ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getPermissions:()Ljava/lang/String;]
SRBContainer.getPermissions ( boolean p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getPermissions:(Z)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBContainer.getResource ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBContainer.getResource:()Ljava/lang/String;]
SRBContainer.include ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBContainer.include:(Ledu/sdsc/grid/io/GeneralFile;)V]
SRBContainer.isContainer ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.isContainer:()Z]
SRBContainer.isDirectory ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.isDirectory:()Z]
SRBContainer.isFile ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.isFile:()Z]
SRBContainer.isHidden ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.isHidden:()Z]
SRBContainer.lastModified ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBContainer.lastModified:()J]
SRBContainer.length ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBContainer.length:()J]
SRBContainer.list ( ) : String[ ]
[mangled: edu/sdsc/grid/io/srb/SRBContainer.list:()[Ljava/lang/String;]
SRBContainer.mkdir ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.mkdir:()Z]
SRBContainer.query ( MetaDataSelect[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBContainer.query:([Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBContainer.query ( MetaDataSelect[ ] p1, int p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBContainer.query:([Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBContainer.renameTo ( GeneralFile p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBContainer.renameTo:(Ledu/sdsc/grid/io/GeneralFile;)Z]
SRBContainer.replicate ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBContainer.replicate:(Ljava/lang/String;)V]
SRBContainer.setContainerMaxSize ( long p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBContainer.setContainerMaxSize:(J)V]
SRBContainer.SRBContainer ( SRBFile p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ledu/sdsc/grid/io/srb/SRBFile;Ljava/lang/String;)V]
SRBContainer.SRBContainer ( SRBFile p1, String p2, long p3 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ledu/sdsc/grid/io/srb/SRBFile;Ljava/lang/String;J)V]
SRBContainer.SRBContainer ( SRBFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;)V]
SRBContainer.SRBContainer ( SRBFileSystem p1, String p2, long p3 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;J)V]
SRBContainer.SRBContainer ( SRBFileSystem p1, String p2, String p3 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;Ljava/lang/String;)V]
SRBContainer.SRBContainer ( SRBFileSystem p1, String p2, String p3, long p4 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;Ljava/lang/String;J)V]
SRBContainer.SRBContainer ( URI p1 )
[mangled: edu/sdsc/grid/io/srb/SRBContainer."<init>":(Ljava/net/URI;)V]
jargon.jar, SRBException.class
package edu.sdsc.grid.io.srb
SRBException.getStandardMessage ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBException.getStandardMessage:()Ljava/lang/String;]
SRBException.getStandardMessage ( int p1 ) [static] : String
[mangled: edu/sdsc/grid/io/srb/SRBException.getStandardMessage:(I)Ljava/lang/String;]
SRBException.getType ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBException.getType:()I]
SRBException.SRBException ( int p1 )
[mangled: edu/sdsc/grid/io/srb/SRBException."<init>":(I)V]
SRBException.SRBException ( String p1 )
[mangled: edu/sdsc/grid/io/srb/SRBException."<init>":(Ljava/lang/String;)V]
SRBException.SRBException ( String p1, int p2 )
[mangled: edu/sdsc/grid/io/srb/SRBException."<init>":(Ljava/lang/String;I)V]
jargon.jar, SRBFile.class
package edu.sdsc.grid.io.srb
SRBFile.backup ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.backup:(Ljava/lang/String;)V]
SRBFile.canRead ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.canRead:()Z]
SRBFile.canWrite ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.canWrite:()Z]
SRBFile.changePermissions ( String p1, String p2, String p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.changePermissions:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFile.checksum ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.checksum:()Ljava/lang/String;]
SRBFile.checksum ( boolean p1 ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.checksum:(Z)Ljava/lang/String;]
SRBFile.compareTo ( GeneralFile p1 ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFile.compareTo:(Ledu/sdsc/grid/io/GeneralFile;)I]
SRBFile.compareTo ( Object p1 ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFile.compareTo:(Ljava/lang/Object;)I]
SRBFile.copyFrom ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;)V]
SRBFile.copyFrom ( GeneralFile p1, boolean p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;Z)V]
SRBFile.copyFrom ( GeneralFile p1, boolean p2, boolean p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyFrom:(Ledu/sdsc/grid/io/GeneralFile;ZZ)V]
SRBFile.copyFromLocal ( LocalFile p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyFromLocal:(Ledu/sdsc/grid/io/local/LocalFile;)V]
SRBFile.copyFromLocal ( String p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyFromLocal:(Ljava/lang/String;)V]
SRBFile.copyTo ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;)V]
SRBFile.copyTo ( GeneralFile p1, boolean p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;Z)V]
SRBFile.copyTo ( GeneralFile p1, boolean p2, boolean p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyTo:(Ledu/sdsc/grid/io/GeneralFile;ZZ)V]
SRBFile.copyToLocal ( LocalFile p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyToLocal:(Ledu/sdsc/grid/io/local/LocalFile;)V]
SRBFile.copyToLocal ( String p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyToLocal:(Ljava/lang/String;)V]
SRBFile.copyToRemote ( RemoteFile p1 ) : void *DEPRECATED*
[mangled: edu/sdsc/grid/io/srb/SRBFile.copyToRemote:(Ledu/sdsc/grid/io/RemoteFile;)V]
SRBFile.createNewFile ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.createNewFile:()Z]
SRBFile.createTempFile ( String p1, String p2 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBFile.createTempFile:(Ljava/lang/String;Ljava/lang/String;)Ledu/sdsc/grid/io/GeneralFile;]
SRBFile.createTempFile ( String p1, String p2, GeneralFile p3 ) [static] : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBFile.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ledu/sdsc/grid/io/GeneralFile;)Ledu/sdsc/grid/io/GeneralFile;]
SRBFile.delete ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.delete:()Z]
SRBFile.delete ( boolean p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.delete:(Z)Z]
SRBFile.deleteOnExit ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.deleteOnExit:()V]
SRBFile.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.equals:(Ljava/lang/Object;)Z]
SRBFile.executeProxyCommand ( String p1, String p2 ) : InputStream
[mangled: edu/sdsc/grid/io/srb/SRBFile.executeProxyCommand:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream;]
SRBFile.exists ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.exists:()Z]
SRBFile.fileCopyStatus ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBFile.fileCopyStatus:()J]
SRBFile.finalize ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.finalize:()V]
SRBFile.getAbsoluteFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBFile.getAbsoluteFile:()Ledu/sdsc/grid/io/GeneralFile;]
SRBFile.getAbsolutePath ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getAbsolutePath:()Ljava/lang/String;]
SRBFile.getCanonicalFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBFile.getCanonicalFile:()Ledu/sdsc/grid/io/GeneralFile;]
SRBFile.getCanonicalPath ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getCanonicalPath:()Ljava/lang/String;]
SRBFile.getCatalogType ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFile.getCatalogType:()I]
SRBFile.getDataType ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getDataType:()Ljava/lang/String;]
SRBFile.getFileSystem ( ) : GeneralFileSystem
[mangled: edu/sdsc/grid/io/srb/SRBFile.getFileSystem:()Ledu/sdsc/grid/io/GeneralFileSystem;]
SRBFile.getName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getName:()Ljava/lang/String;]
SRBFile.getParent ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getParent:()Ljava/lang/String;]
SRBFile.getParentFile ( ) : GeneralFile
[mangled: edu/sdsc/grid/io/srb/SRBFile.getParentFile:()Ledu/sdsc/grid/io/GeneralFile;]
SRBFile.getPath ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getPath:()Ljava/lang/String;]
SRBFile.getPathSeparator ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getPathSeparator:()Ljava/lang/String;]
SRBFile.getPathSeparatorChar ( ) : char
[mangled: edu/sdsc/grid/io/srb/SRBFile.getPathSeparatorChar:()C]
SRBFile.getPermissions ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getPermissions:()Ljava/lang/String;]
SRBFile.getPermissions ( boolean p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.getPermissions:(Z)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.getReplicaNumber ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFile.getReplicaNumber:()I]
SRBFile.getResource ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.getResource:()Ljava/lang/String;]
SRBFile.getStat ( ) : long[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.getStat:()[J]
SRBFile.hashCode ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFile.hashCode:()I]
SRBFile.isAbsolute ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.isAbsolute:()Z]
SRBFile.isDirectory ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.isDirectory:()Z]
SRBFile.isFile ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.isFile:()Z]
SRBFile.isHidden ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.isHidden:()Z]
SRBFile.lastModified ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBFile.lastModified:()J]
SRBFile.length ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBFile.length:()J]
SRBFile.link ( SRBFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.link:(Ledu/sdsc/grid/io/srb/SRBFile;)V]
SRBFile.list ( ) : String[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.list:()[Ljava/lang/String;]
SRBFile.list ( MetaDataCondition[ ] p1 ) : String[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.list:([Ledu/sdsc/grid/io/MetaDataCondition;)[Ljava/lang/String;]
SRBFile.listRoots ( ) [static] : GeneralFile[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.listRoots:()[Ledu/sdsc/grid/io/GeneralFile;]
SRBFile.mkdir ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.mkdir:()Z]
SRBFile.mkdirs ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.mkdirs:()Z]
SRBFile.modifyMetaData ( MetaDataRecordList p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.modifyMetaData:(Ledu/sdsc/grid/io/MetaDataRecordList;)V]
SRBFile.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2, int p3 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.query ( MetaDataSelect p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:(Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.query ( MetaDataSelect[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:([Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.query ( MetaDataSelect[ ] p1, int p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:([Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.query ( String p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:(Ljava/lang/String;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.query ( String[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFile.query:([Ljava/lang/String;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFile.register ( String p1, long p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.register:(Ljava/lang/String;J)V]
SRBFile.renameTo ( GeneralFile p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.renameTo:(Ledu/sdsc/grid/io/GeneralFile;)Z]
SRBFile.replicate ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.replicate:(Ljava/lang/String;)V]
SRBFile.setDataType ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.setDataType:(Ljava/lang/String;)V]
SRBFile.setDirectory ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.setDirectory:(Ljava/lang/String;)V]
SRBFile.setFileName ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.setFileName:(Ljava/lang/String;)V]
SRBFile.setFileSystem ( GeneralFileSystem p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.setFileSystem:(Ledu/sdsc/grid/io/GeneralFileSystem;)V]
SRBFile.setLastModified ( long p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.setLastModified:(J)Z]
SRBFile.setReadOnly ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFile.setReadOnly:()Z]
SRBFile.setReplicaNumber ( int p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.setReplicaNumber:(I)V]
SRBFile.setResource ( String p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFile.setResource:(Ljava/lang/String;)V]
SRBFile.SRBFile ( SRBFile p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBFile."<init>":(Ledu/sdsc/grid/io/srb/SRBFile;Ljava/lang/String;)V]
SRBFile.SRBFile ( SRBFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBFile."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;)V]
SRBFile.SRBFile ( SRBFileSystem p1, String p2, String p3 )
[mangled: edu/sdsc/grid/io/srb/SRBFile."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;Ljava/lang/String;)V]
SRBFile.SRBFile ( URI p1 )
[mangled: edu/sdsc/grid/io/srb/SRBFile."<init>":(Ljava/net/URI;)V]
SRBFile.toString ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFile.toString:()Ljava/lang/String;]
SRBFile.toURI ( ) : URI
[mangled: edu/sdsc/grid/io/srb/SRBFile.toURI:()Ljava/net/URI;]
SRBFile.toURL ( ) : URL
[mangled: edu/sdsc/grid/io/srb/SRBFile.toURL:()Ljava/net/URL;]
jargon.jar, SRBFileInputStream.class
package edu.sdsc.grid.io.srb
SRBFileInputStream.available ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream.available:()I]
SRBFileInputStream.close ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream.close:()V]
SRBFileInputStream.open ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
SRBFileInputStream.read ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream.read:()I]
SRBFileInputStream.read ( byte[ ] p1, int p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream.read:([BII)I]
SRBFileInputStream.skip ( long p1 ) : long
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream.skip:(J)J]
SRBFileInputStream.SRBFileInputStream ( SRBFile p1 )
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream."<init>":(Ledu/sdsc/grid/io/srb/SRBFile;)V]
SRBFileInputStream.SRBFileInputStream ( SRBFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBFileInputStream."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;)V]
jargon.jar, SRBFileOutputStream.class
package edu.sdsc.grid.io.srb
SRBFileOutputStream.close ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileOutputStream.close:()V]
SRBFileOutputStream.open ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileOutputStream.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
SRBFileOutputStream.SRBFileOutputStream ( SRBFile p1 )
[mangled: edu/sdsc/grid/io/srb/SRBFileOutputStream."<init>":(Ledu/sdsc/grid/io/srb/SRBFile;)V]
SRBFileOutputStream.SRBFileOutputStream ( SRBFileSystem p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBFileOutputStream."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;)V]
SRBFileOutputStream.write ( byte[ ] p1, int p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileOutputStream.write:([BII)V]
jargon.jar, SRBFileSystem.class
package edu.sdsc.grid.io.srb
SRBFileSystem.close ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.close:()V]
SRBFileSystem.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.equals:(Ljava/lang/Object;)Z]
SRBFileSystem.executeProxyCommand ( String p1, String p2 ) : InputStream
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.executeProxyCommand:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream;]
SRBFileSystem.executeProxyCommand ( String p1, String p2, String p3, int p4 ) : InputStream
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.executeProxyCommand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/io/InputStream;]
SRBFileSystem.executeProxyCommand ( String p1, String p2, String p3, String p4, int p5 ) : InputStream
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.executeProxyCommand:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/io/InputStream;]
SRBFileSystem.finalize ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.finalize:()V]
SRBFileSystem.getAccount ( ) : GeneralAccount
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getAccount:()Ledu/sdsc/grid/io/GeneralAccount;]
SRBFileSystem.getDefaultStorageResource ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getDefaultStorageResource:()Ljava/lang/String;]
SRBFileSystem.getDomainName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getDomainName:()Ljava/lang/String;]
SRBFileSystem.getExecFile ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getExecFile:()Ljava/lang/String;]
SRBFileSystem.getMcatZone ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getMcatZone:()Ljava/lang/String;]
SRBFileSystem.getOptions ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getOptions:()I]
SRBFileSystem.getPassword ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getPassword:()Ljava/lang/String;]
SRBFileSystem.getProxyDomainName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getProxyDomainName:()Ljava/lang/String;]
SRBFileSystem.getProxyMcatZone ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getProxyMcatZone:()Ljava/lang/String;]
SRBFileSystem.getProxyUserName ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getProxyUserName:()Ljava/lang/String;]
SRBFileSystem.getQueryRecordsWanted ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getQueryRecordsWanted:()I]
SRBFileSystem.getRootDirectories ( ) : String[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getRootDirectories:()[Ljava/lang/String;]
SRBFileSystem.getVersion ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.getVersion:()Ljava/lang/String;]
SRBFileSystem.isConnected ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.isConnected:()Z]
SRBFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2, int p3 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2, int p3, boolean p4 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;IZ)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( MetaDataCondition[ ] p1, MetaDataSelect[ ] p2, int p3, boolean p4, boolean p5 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ledu/sdsc/grid/io/MetaDataCondition;[Ledu/sdsc/grid/io/MetaDataSelect;IZZ)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( MetaDataSelect p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:(Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( MetaDataSelect[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ledu/sdsc/grid/io/MetaDataSelect;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( MetaDataSelect[ ] p1, int p2 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ledu/sdsc/grid/io/MetaDataSelect;I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( String p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:(Ljava/lang/String;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.query ( String[ ] p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.query:([Ljava/lang/String;)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBFileSystem.setAccount ( GeneralAccount p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.setAccount:(Ledu/sdsc/grid/io/GeneralAccount;)V]
SRBFileSystem.setFirewallPorts ( int p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.setFirewallPorts:(II)V]
SRBFileSystem.setQueryRecordsWanted ( int p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.setQueryRecordsWanted:(I)V]
SRBFileSystem.srbDeleteValue ( int p1, String p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbDeleteValue:(ILjava/lang/String;)V]
SRBFileSystem.SRBFileSystem ( )
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem."<init>":()V]
SRBFileSystem.SRBFileSystem ( SRBAccount p1 )
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem."<init>":(Ledu/sdsc/grid/io/srb/SRBAccount;)V]
SRBFileSystem.srbIngestToken ( String p1, String p2, String p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbIngestToken:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.srbModifyRescInfo ( int p1, String p2, int p3, String p4, String p5, String p6, String p7 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbModifyRescInfo:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.srbModifyUser ( int p1, String p2, String p3, int p4 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbModifyUser:(ILjava/lang/String;Ljava/lang/String;I)V]
SRBFileSystem.srbModifyZone ( int p1, String p2, String p3, String p4, String p5, String p6, String p7, int p8 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbModifyZone:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
SRBFileSystem.srbRegisterLocation ( String p1, String p2, String p3, String p4, String p5 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbRegisterLocation:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.srbRegisterLogicalResource ( String p1, String p2, String p3, String p4 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbRegisterLogicalResource:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.srbRegisterReplicateResourceInfo ( String p1, String p2, String p3, String p4 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbRegisterReplicateResourceInfo:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.srbRegisterResource ( String p1, String p2, String p3, String p4, String p5, int p6 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbRegisterResource:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
SRBFileSystem.srbRegisterUser ( int p1, String p2, String p3, String p4, String p5, String p6, String p7, String p8 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbRegisterUser:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.srbRegisterUserGrp ( int p1, String p2, String p3, String p4, String p5, String p6, String p7 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.srbRegisterUserGrp:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
SRBFileSystem.toString ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBFileSystem.toString:()Ljava/lang/String;]
jargon.jar, SRBMetaDataRecordList.class
package edu.sdsc.grid.io.srb
SRBMetaDataRecordList.finalize ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList.finalize:()V]
SRBMetaDataRecordList.getMoreResults ( ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList.getMoreResults:()[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBMetaDataRecordList.getMoreResults ( int p1 ) : MetaDataRecordList[ ]
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList.getMoreResults:(I)[Ledu/sdsc/grid/io/MetaDataRecordList;]
SRBMetaDataRecordList.isQueryComplete ( ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList.isQueryComplete:()Z]
SRBMetaDataRecordList.SRBMetaDataRecordList ( MetaDataField p1, float p2 )
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;F)V]
SRBMetaDataRecordList.SRBMetaDataRecordList ( MetaDataField p1, int p2 )
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;I)V]
SRBMetaDataRecordList.SRBMetaDataRecordList ( MetaDataField p1, MetaDataTable p2 )
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;Ledu/sdsc/grid/io/MetaDataTable;)V]
SRBMetaDataRecordList.SRBMetaDataRecordList ( MetaDataField p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBMetaDataRecordList."<init>":(Ledu/sdsc/grid/io/MetaDataField;Ljava/lang/String;)V]
jargon.jar, SRBProtocol.class
package edu.sdsc.grid.io.srb
SRBProtocol.equals ( Object p1 ) : boolean
[mangled: edu/sdsc/grid/io/srb/SRBProtocol.equals:(Ljava/lang/Object;)Z]
SRBProtocol.SRBProtocol ( )
[mangled: edu/sdsc/grid/io/srb/SRBProtocol."<init>":()V]
jargon.jar, SRBRandomAccessFile.class
package edu.sdsc.grid.io.srb
SRBRandomAccessFile.close ( ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.close:()V]
SRBRandomAccessFile.getFilePointer ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.getFilePointer:()J]
SRBRandomAccessFile.getFileSystem ( ) : GeneralFileSystem
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.getFileSystem:()Ledu/sdsc/grid/io/GeneralFileSystem;]
SRBRandomAccessFile.length ( ) : long
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.length:()J]
SRBRandomAccessFile.open ( GeneralFile p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.open:(Ledu/sdsc/grid/io/GeneralFile;)V]
SRBRandomAccessFile.read ( ) : int
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.read:()I]
SRBRandomAccessFile.readBytes ( byte[ ] p1, int p2, int p3 ) : int
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.readBytes:([BII)I]
SRBRandomAccessFile.rwCheck ( GeneralFile p1, String p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.rwCheck:(Ledu/sdsc/grid/io/GeneralFile;Ljava/lang/String;)V]
SRBRandomAccessFile.seek ( long p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.seek:(J)V]
SRBRandomAccessFile.seek ( long p1, int p2 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.seek:(JI)V]
SRBRandomAccessFile.setFileSystem ( GeneralFileSystem p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.setFileSystem:(Ledu/sdsc/grid/io/GeneralFileSystem;)V]
SRBRandomAccessFile.setLength ( long p1 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.setLength:(J)V]
SRBRandomAccessFile.SRBRandomAccessFile ( SRBFile p1, String p2 )
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile."<init>":(Ledu/sdsc/grid/io/srb/SRBFile;Ljava/lang/String;)V]
SRBRandomAccessFile.SRBRandomAccessFile ( SRBFileSystem p1, String p2, String p3 )
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile."<init>":(Ledu/sdsc/grid/io/srb/SRBFileSystem;Ljava/lang/String;Ljava/lang/String;)V]
SRBRandomAccessFile.toString ( ) : String
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.toString:()Ljava/lang/String;]
SRBRandomAccessFile.writeBytes ( byte[ ] p1, int p2, int p3 ) : void
[mangled: edu/sdsc/grid/io/srb/SRBRandomAccessFile.writeBytes:([BII)V]
jargon.jar, Srm.class
Srm.main ( String[ ] p1 ) [static] : void
[mangled: Srm.main:([Ljava/lang/String;)V]
Srm.recursiveDelete ( GeneralFile p1 ) [static] : boolean
[mangled: Srm.recursiveDelete:(Ledu/sdsc/grid/io/GeneralFile;)Z]
Srm.Srm ( )
[mangled: Srm."<init>":()V]
jargon.jar, Test.class
Test.main ( String[ ] p1 ) [static] : void
[mangled: Test.main:([Ljava/lang/String;)V]
Test.Test ( )
[mangled: Test."<init>":()V]
jargon.jar, TransferStatusPanel.class
package edu.sdsc.grid.gui
TransferStatusPanel.getDestinations ( ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.getDestinations:()[Ledu/sdsc/grid/io/GeneralFile;]
TransferStatusPanel.getOverwrite ( ) : int
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.getOverwrite:()I]
TransferStatusPanel.getSleepLength ( ) : int
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.getSleepLength:()I]
TransferStatusPanel.getSources ( ) : GeneralFile[ ]
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.getSources:()[Ledu/sdsc/grid/io/GeneralFile;]
TransferStatusPanel.main ( String[ ] p1 ) [static] : void
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.main:([Ljava/lang/String;)V]
TransferStatusPanel.run ( ) : void
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.run:()V]
TransferStatusPanel.setOverwrite ( int p1 ) : void
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.setOverwrite:(I)V]
TransferStatusPanel.setSleepLength ( int p1 ) : void
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.setSleepLength:(I)V]
TransferStatusPanel.start ( ) : void
[mangled: edu/sdsc/grid/gui/TransferStatusPanel.start:()V]
TransferStatusPanel.TransferStatusPanel ( GeneralFile p1 )
[mangled: edu/sdsc/grid/gui/TransferStatusPanel."<init>":(Ledu/sdsc/grid/io/GeneralFile;)V]
TransferStatusPanel.TransferStatusPanel ( GeneralFile p1, GeneralFile p2 )
[mangled: edu/sdsc/grid/gui/TransferStatusPanel."<init>":(Ledu/sdsc/grid/io/GeneralFile;Ledu/sdsc/grid/io/GeneralFile;)V]
TransferStatusPanel.TransferStatusPanel ( GeneralFile[ ] p1 )
[mangled: edu/sdsc/grid/gui/TransferStatusPanel."<init>":([Ledu/sdsc/grid/io/GeneralFile;)V]
TransferStatusPanel.TransferStatusPanel ( GeneralFile[ ] p1, GeneralFile[ ] p2 )
[mangled: edu/sdsc/grid/gui/TransferStatusPanel."<init>":([Ledu/sdsc/grid/io/GeneralFile;[Ledu/sdsc/grid/io/GeneralFile;)V]
jh5srb.jar, H5SRB.class
package ncsa.hdf.srb.h5srb
H5SRB.h5ObjRequest ( String[ ] p1, Object p2, int p3 ) [static] : int
[mangled: ncsa/hdf/srb/h5srb/H5SRB.h5ObjRequest:([Ljava/lang/String;Ljava/lang/Object;I)I]
H5SRB.H5SRB ( )
[mangled: ncsa/hdf/srb/h5srb/H5SRB."<init>":()V]
jh5srb.jar, H5SrbCompoundDS.class
package ncsa.hdf.srb.obj
H5SrbCompoundDS.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.close:(I)V]
H5SrbCompoundDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbCompoundDS.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.getDatatype:()Lncsa/hdf/object/Datatype;]
H5SrbCompoundDS.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.getMetadata:()Ljava/util/List;]
H5SrbCompoundDS.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.getPalette:()[[B]
H5SrbCompoundDS.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.getPaletteRefs:()[B]
H5SrbCompoundDS.H5SrbCompoundDS ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5SrbCompoundDS.H5SrbCompoundDS ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5SrbCompoundDS.init ( ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.init:()V]
H5SrbCompoundDS.init ( int p1, long[ ] p2, int p3, int p4, int p5, int p6 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.init:(I[JIIII)V]
H5SrbCompoundDS.open ( ) : int
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.open:()I]
H5SrbCompoundDS.read ( ) : Object
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.read:()Ljava/lang/Object;]
H5SrbCompoundDS.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.readBytes:()[B]
H5SrbCompoundDS.readPalette ( int p1 ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.readPalette:(I)[[B]
H5SrbCompoundDS.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.removeMetadata:(Ljava/lang/Object;)V]
H5SrbCompoundDS.setMemberCount ( int p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.setMemberCount:(I)V]
H5SrbCompoundDS.write ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.write:(Ljava/lang/Object;)V]
H5SrbCompoundDS.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbCompoundDS.writeMetadata:(Ljava/lang/Object;)V]
jh5srb.jar, H5SrbDatatype.class
package ncsa.hdf.srb.obj
H5SrbDatatype.fromNative ( int p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbDatatype.fromNative:(I)V]
H5SrbDatatype.getDatatypeDescription ( ) : String
[mangled: ncsa/hdf/srb/obj/H5SrbDatatype.getDatatypeDescription:()Ljava/lang/String;]
H5SrbDatatype.H5SrbDatatype ( int p1 )
[mangled: ncsa/hdf/srb/obj/H5SrbDatatype."<init>":(I)V]
H5SrbDatatype.H5SrbDatatype ( int p1, int p2, int p3, int p4 )
[mangled: ncsa/hdf/srb/obj/H5SrbDatatype."<init>":(IIII)V]
H5SrbDatatype.isUnsigned ( ) : boolean
[mangled: ncsa/hdf/srb/obj/H5SrbDatatype.isUnsigned:()Z]
H5SrbDatatype.toNative ( ) : int
[mangled: ncsa/hdf/srb/obj/H5SrbDatatype.toNative:()I]
jh5srb.jar, H5SrbFile.class
package ncsa.hdf.srb.obj
H5SrbFile.close ( ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbFile.close:()V]
H5SrbFile.copy ( HObject p1, Group p2 ) : TreeNode
[mangled: ncsa/hdf/srb/obj/H5SrbFile.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;)Ljavax/swing/tree/TreeNode;]
H5SrbFile.create ( String p1 ) : FileFormat
[mangled: ncsa/hdf/srb/obj/H5SrbFile.create:(Ljava/lang/String;)Lncsa/hdf/object/FileFormat;]
H5SrbFile.createCompoundDS ( String p1, Group p2, long[ ] p3, String[ ] p4, Datatype[ ] p5, int[ ] p6, Object p7 ) : Dataset
[mangled: ncsa/hdf/srb/obj/H5SrbFile.createCompoundDS:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.createDatatype ( int p1, int p2, int p3, int p4 ) : Datatype
[mangled: ncsa/hdf/srb/obj/H5SrbFile.createDatatype:(IIII)Lncsa/hdf/object/Datatype;]
H5SrbFile.createGroup ( String p1, Group p2 ) : Group
[mangled: ncsa/hdf/srb/obj/H5SrbFile.createGroup:(Ljava/lang/String;Lncsa/hdf/object/Group;)Lncsa/hdf/object/Group;]
H5SrbFile.createImage ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, int p8, int p9, Object p10 ) : Dataset
[mangled: ncsa/hdf/srb/obj/H5SrbFile.createImage:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JIIILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.createScalarDS ( String p1, Group p2, Datatype p3, long[ ] p4, long[ ] p5, long[ ] p6, int p7, Object p8 ) : Dataset
[mangled: ncsa/hdf/srb/obj/H5SrbFile.createScalarDS:(Ljava/lang/String;Lncsa/hdf/object/Group;Lncsa/hdf/object/Datatype;[J[J[JILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbFile.delete ( HObject p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbFile.delete:(Lncsa/hdf/object/HObject;)V]
H5SrbFile.getFilePath ( ) : String
[mangled: ncsa/hdf/srb/obj/H5SrbFile.getFilePath:()Ljava/lang/String;]
H5SrbFile.getLibversion ( ) : String
[mangled: ncsa/hdf/srb/obj/H5SrbFile.getLibversion:()Ljava/lang/String;]
H5SrbFile.getRootNode ( ) : TreeNode
[mangled: ncsa/hdf/srb/obj/H5SrbFile.getRootNode:()Ljavax/swing/tree/TreeNode;]
H5SrbFile.getSrbInfo ( ) : String[ ]
[mangled: ncsa/hdf/srb/obj/H5SrbFile.getSrbInfo:()[Ljava/lang/String;]
H5SrbFile.H5SrbFile ( )
[mangled: ncsa/hdf/srb/obj/H5SrbFile."<init>":()V]
H5SrbFile.H5SrbFile ( String p1 )
[mangled: ncsa/hdf/srb/obj/H5SrbFile."<init>":(Ljava/lang/String;)V]
H5SrbFile.H5SrbFile ( String[ ] p1, String p2 )
[mangled: ncsa/hdf/srb/obj/H5SrbFile."<init>":([Ljava/lang/String;Ljava/lang/String;)V]
H5SrbFile.isReadOnly ( ) : boolean
[mangled: ncsa/hdf/srb/obj/H5SrbFile.isReadOnly:()Z]
H5SrbFile.isThisType ( FileFormat p1 ) : boolean
[mangled: ncsa/hdf/srb/obj/H5SrbFile.isThisType:(Lncsa/hdf/object/FileFormat;)Z]
H5SrbFile.isThisType ( String p1 ) : boolean
[mangled: ncsa/hdf/srb/obj/H5SrbFile.isThisType:(Ljava/lang/String;)Z]
H5SrbFile.open ( ) : int
[mangled: ncsa/hdf/srb/obj/H5SrbFile.open:()I]
H5SrbFile.open ( String p1, int p2 ) : FileFormat
[mangled: ncsa/hdf/srb/obj/H5SrbFile.open:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
H5SrbFile.writeAttribute ( HObject p1, Attribute p2, boolean p3 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbFile.writeAttribute:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Attribute;Z)V]
jh5srb.jar, H5SrbGroup.class
package ncsa.hdf.srb.obj
H5SrbGroup.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbGroup.close:(I)V]
H5SrbGroup.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/obj/H5SrbGroup.getMetadata:()Ljava/util/List;]
H5SrbGroup.H5SrbGroup ( FileFormat p1, String p2, String p3, Group p4 )
[mangled: ncsa/hdf/srb/obj/H5SrbGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;)V]
H5SrbGroup.H5SrbGroup ( FileFormat p1, String p2, String p3, Group p4, long[ ] p5 )
[mangled: ncsa/hdf/srb/obj/H5SrbGroup."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;Lncsa/hdf/object/Group;[J)V]
H5SrbGroup.init ( ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbGroup.init:()V]
H5SrbGroup.open ( ) : int
[mangled: ncsa/hdf/srb/obj/H5SrbGroup.open:()I]
H5SrbGroup.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbGroup.removeMetadata:(Ljava/lang/Object;)V]
H5SrbGroup.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbGroup.writeMetadata:(Ljava/lang/Object;)V]
jh5srb.jar, H5SrbScalarDS.class
package ncsa.hdf.srb.obj
H5SrbScalarDS.close ( int p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.close:(I)V]
H5SrbScalarDS.copy ( Group p1, String p2, long[ ] p3, Object p4 ) : Dataset
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.copy:(Lncsa/hdf/object/Group;Ljava/lang/String;[JLjava/lang/Object;)Lncsa/hdf/object/Dataset;]
H5SrbScalarDS.getDatatype ( ) : Datatype
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.getDatatype:()Lncsa/hdf/object/Datatype;]
H5SrbScalarDS.getMetadata ( ) : List
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.getMetadata:()Ljava/util/List;]
H5SrbScalarDS.getPalette ( ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.getPalette:()[[B]
H5SrbScalarDS.getPaletteRefs ( ) : byte[ ]
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.getPaletteRefs:()[B]
H5SrbScalarDS.H5SrbScalarDS ( FileFormat p1, String p2, String p3 )
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;)V]
H5SrbScalarDS.H5SrbScalarDS ( FileFormat p1, String p2, String p3, long[ ] p4 )
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS."<init>":(Lncsa/hdf/object/FileFormat;Ljava/lang/String;Ljava/lang/String;[J)V]
H5SrbScalarDS.init ( ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.init:()V]
H5SrbScalarDS.init ( int p1, long[ ] p2, int p3, int p4, int p5, int p6 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.init:(I[JIIII)V]
H5SrbScalarDS.open ( ) : int
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.open:()I]
H5SrbScalarDS.read ( ) : Object
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.read:()Ljava/lang/Object;]
H5SrbScalarDS.readBytes ( ) : byte[ ]
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.readBytes:()[B]
H5SrbScalarDS.readPalette ( int p1 ) : byte[ ][ ]
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.readPalette:(I)[[B]
H5SrbScalarDS.removeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.removeMetadata:(Ljava/lang/Object;)V]
H5SrbScalarDS.setPalette ( byte[ ] p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.setPalette:([B)V]
H5SrbScalarDS.write ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.write:(Ljava/lang/Object;)V]
H5SrbScalarDS.writeMetadata ( Object p1 ) : void
[mangled: ncsa/hdf/srb/obj/H5SrbScalarDS.writeMetadata:(Ljava/lang/Object;)V]
jhdf.jar, FilePathname.class
package glguerin.io
FilePathname.FilePathname ( )
[mangled: glguerin/io/FilePathname."<init>":()V]
FilePathname.FilePathname ( File p1 )
[mangled: glguerin/io/FilePathname."<init>":(Ljava/io/File;)V]
FilePathname.FilePathname ( String p1 )
[mangled: glguerin/io/FilePathname."<init>":(Ljava/lang/String;)V]
FilePathname.getPath ( ) : String
[mangled: glguerin/io/FilePathname.getPath:()Ljava/lang/String;]
FilePathname.setFrom ( File p1 ) : void
[mangled: glguerin/io/FilePathname.setFrom:(Ljava/io/File;)V]
FilePathname.setPath ( String p1 ) : void
[mangled: glguerin/io/FilePathname.setPath:(Ljava/lang/String;)V]
jhdf.jar, MacEscaping.class
package glguerin.mac.io
MacEscaping.containsMacEscapees ( String p1 ) [static] : boolean
[mangled: glguerin/mac/io/MacEscaping.containsMacEscapees:(Ljava/lang/String;)Z]
MacEscaping.fromMacRoman ( int p1 ) [static] : char
[mangled: glguerin/mac/io/MacEscaping.fromMacRoman:(I)C]
MacEscaping.getOSTypeString ( int p1 ) [static] : String
[mangled: glguerin/mac/io/MacEscaping.getOSTypeString:(I)Ljava/lang/String;]
MacEscaping.MacEscaping ( )
[mangled: glguerin/mac/io/MacEscaping."<init>":()V]
MacEscaping.platformUsesEscapes ( ) [static] : boolean
[mangled: glguerin/mac/io/MacEscaping.platformUsesEscapes:()Z]
MacEscaping.toEscapedName ( String p1 ) [static] : String
[mangled: glguerin/mac/io/MacEscaping.toEscapedName:(Ljava/lang/String;)Ljava/lang/String;]
MacEscaping.toLiteralName ( String p1 ) [static] : String
[mangled: glguerin/mac/io/MacEscaping.toLiteralName:(Ljava/lang/String;)Ljava/lang/String;]
jhdf.jar, MacFilePathname.class
package glguerin.mac.io
MacFilePathname.append ( String p1 ) : void
[mangled: glguerin/mac/io/MacFilePathname.append:(Ljava/lang/String;)V]
MacFilePathname.appendFrom ( MacFilePathname p1 ) : void
[mangled: glguerin/mac/io/MacFilePathname.appendFrom:(Lglguerin/mac/io/MacFilePathname;)V]
MacFilePathname.appendMacPath ( String p1 ) : void
[mangled: glguerin/mac/io/MacFilePathname.appendMacPath:(Ljava/lang/String;)V]
MacFilePathname.getEscaping ( ) : boolean
[mangled: glguerin/mac/io/MacFilePathname.getEscaping:()Z]
MacFilePathname.getLast ( ) : String
[mangled: glguerin/mac/io/MacFilePathname.getLast:()Ljava/lang/String;]
MacFilePathname.getMacPath ( ) : String
[mangled: glguerin/mac/io/MacFilePathname.getMacPath:()Ljava/lang/String;]
MacFilePathname.getPart ( int p1 ) : String
[mangled: glguerin/mac/io/MacFilePathname.getPart:(I)Ljava/lang/String;]
MacFilePathname.getParts ( ) : String[ ]
[mangled: glguerin/mac/io/MacFilePathname.getParts:()[Ljava/lang/String;]
MacFilePathname.getPath ( ) : String
[mangled: glguerin/mac/io/MacFilePathname.getPath:()Ljava/lang/String;]
MacFilePathname.MacFilePathname ( )
[mangled: glguerin/mac/io/MacFilePathname."<init>":()V]
MacFilePathname.MacFilePathname ( File p1 )
[mangled: glguerin/mac/io/MacFilePathname."<init>":(Ljava/io/File;)V]
MacFilePathname.MacFilePathname ( MacFilePathname p1 )
[mangled: glguerin/mac/io/MacFilePathname."<init>":(Lglguerin/mac/io/MacFilePathname;)V]
MacFilePathname.setEscaping ( boolean p1 ) : boolean
[mangled: glguerin/mac/io/MacFilePathname.setEscaping:(Z)Z]
MacFilePathname.setFrom ( MacFilePathname p1 ) : void
[mangled: glguerin/mac/io/MacFilePathname.setFrom:(Lglguerin/mac/io/MacFilePathname;)V]
MacFilePathname.toEscapedForm ( String p1 ) : String
[mangled: glguerin/mac/io/MacFilePathname.toEscapedForm:(Ljava/lang/String;)Ljava/lang/String;]
MacFilePathname.toLiteralForm ( String p1 ) : String
[mangled: glguerin/mac/io/MacFilePathname.toLiteralForm:(Ljava/lang/String;)Ljava/lang/String;]
jhdf.jar, MacPlatform.class
package glguerin.util
MacPlatform.getJDirectVersion ( ) [static] : int
[mangled: glguerin/util/MacPlatform.getJDirectVersion:()I]
MacPlatform.isMacOS ( ) [static] : boolean
[mangled: glguerin/util/MacPlatform.isMacOS:()Z]
MacPlatform.isMRJ ( ) [static] : boolean
[mangled: glguerin/util/MacPlatform.isMRJ:()Z]
MacPlatform.MacPlatform ( )
[mangled: glguerin/util/MacPlatform."<init>":()V]
jhdf.jar, Native.class
package ncsa.hdf.hdflib
Native.javaFilePath ( String p1 ) [static] : String
[mangled: ncsa/hdf/hdflib/Native.javaFilePath:(Ljava/lang/String;)Ljava/lang/String;]
Native.nativeFilePath ( File p1 ) [static] : String
[mangled: ncsa/hdf/hdflib/Native.nativeFilePath:(Ljava/io/File;)Ljava/lang/String;]
Native.nativeFilePath ( String p1 ) [static] : String
[mangled: ncsa/hdf/hdflib/Native.nativeFilePath:(Ljava/lang/String;)Ljava/lang/String;]
jhdf.jar, Path.class
package glguerin.io
Path.append ( String p1 ) : void
[mangled: glguerin/io/Path.append:(Ljava/lang/String;)V]
Path.appendAll ( String[ ] p1 ) : void
[mangled: glguerin/io/Path.appendAll:([Ljava/lang/String;)V]
Path.buildPath ( char p1, boolean p2, boolean p3 ) : StringBuffer
[mangled: glguerin/io/Path.buildPath:(CZZ)Ljava/lang/StringBuffer;]
Path.clear ( ) : void
[mangled: glguerin/io/Path.clear:()V]
Path.ensureCapacity ( int p1 ) : void
[mangled: glguerin/io/Path.ensureCapacity:(I)V]
Path.equals ( Object p1 ) : boolean
[mangled: glguerin/io/Path.equals:(Ljava/lang/Object;)Z]
Path.getPart ( int p1, boolean p2 ) : String
[mangled: glguerin/io/Path.getPart:(IZ)Ljava/lang/String;]
Path.getParts ( boolean p1 ) : String[ ]
[mangled: glguerin/io/Path.getParts:(Z)[Ljava/lang/String;]
Path.getPath ( ) : String
[mangled: glguerin/io/Path.getPath:()Ljava/lang/String;]
Path.hashCode ( ) : int
[mangled: glguerin/io/Path.hashCode:()I]
Path.isAcceptablePart ( String p1 ) : boolean
[mangled: glguerin/io/Path.isAcceptablePart:(Ljava/lang/String;)Z]
Path.last ( ) : String
[mangled: glguerin/io/Path.last:()Ljava/lang/String;]
Path.part ( int p1 ) : String
[mangled: glguerin/io/Path.part:(I)Ljava/lang/String;]
Path.partCount ( ) : int
[mangled: glguerin/io/Path.partCount:()I]
Path.Path ( )
[mangled: glguerin/io/Path."<init>":()V]
Path.Path ( int p1 )
[mangled: glguerin/io/Path."<init>":(I)V]
Path.Path ( String[ ] p1 )
[mangled: glguerin/io/Path."<init>":([Ljava/lang/String;)V]
Path.reverse ( ) : void
[mangled: glguerin/io/Path.reverse:()V]
Path.set ( String[ ] p1 ) : void
[mangled: glguerin/io/Path.set:([Ljava/lang/String;)V]
Path.setFrom ( String p1, char p2 ) : void
[mangled: glguerin/io/Path.setFrom:(Ljava/lang/String;C)V]
Path.setPath ( String p1 ) : void
[mangled: glguerin/io/Path.setPath:(Ljava/lang/String;)V]
Path.split ( String p1, char p2 ) [static] : String[ ]
[mangled: glguerin/io/Path.split:(Ljava/lang/String;C)[Ljava/lang/String;]
Path.swap ( String p1 ) : String
[mangled: glguerin/io/Path.swap:(Ljava/lang/String;)Ljava/lang/String;]
Path.toEscapedForm ( String p1 ) : String
[mangled: glguerin/io/Path.toEscapedForm:(Ljava/lang/String;)Ljava/lang/String;]
Path.toLiteralForm ( String p1 ) : String
[mangled: glguerin/io/Path.toLiteralForm:(Ljava/lang/String;)Ljava/lang/String;]
Path.toString ( ) : String
[mangled: glguerin/io/Path.toString:()Ljava/lang/String;]
Path.trim ( ) : String
[mangled: glguerin/io/Path.trim:()Ljava/lang/String;]
jhdf5.jar, H5.class
package ncsa.hdf.hdf5lib
H5.H5Pset_deflate ( int p1, int p2 ) [static] : boolean
[mangled: ncsa/hdf/hdf5lib/H5.H5Pset_deflate:(II)Z]
jhdfobj.jar, Attribute.class
package ncsa.hdf.object
Attribute.toString ( ) : String
[mangled: ncsa/hdf/object/Attribute.toString:()Ljava/lang/String;]
jhdfobj.jar, CompoundDS.class
package ncsa.hdf.object
CompoundDS.getMemberTypes ( ) : int[ ]
[mangled: ncsa/hdf/object/CompoundDS.getMemberTypes:()[I]
jhdfobj.jar, Group.class
package ncsa.hdf.object
Group.setNumberOfMembersInFile ( int p1 ) : void
[mangled: ncsa/hdf/object/Group.setNumberOfMembersInFile:(I)V]
jhdfobj.jar, HObject.class
package ncsa.hdf.object
HObject.hasAttribute ( ) : boolean
[mangled: ncsa/hdf/object/HObject.hasAttribute:()Z]
jhdfobj.jar, ScalarDS.class
package ncsa.hdf.object
ScalarDS.convertFromUnsignedC ( ) : void
[mangled: ncsa/hdf/object/ScalarDS.convertFromUnsignedC:()V]
ScalarDS.convertToUnsignedC ( ) : void
[mangled: ncsa/hdf/object/ScalarDS.convertToUnsignedC:()V]
ScalarDS.getNativeDataType ( ) : int
[mangled: ncsa/hdf/object/ScalarDS.getNativeDataType:()I]
jhdfview.jar, Chart.class
package ncsa.hdf.view
Chart.setXlabel ( String p1 ) : void
[mangled: ncsa/hdf/view/Chart.setXlabel:(Ljava/lang/String;)V]
Chart.setYlabel ( String p1 ) : void
[mangled: ncsa/hdf/view/Chart.setYlabel:(Ljava/lang/String;)V]
jhdfview.jar, HDFView.class
package ncsa.hdf.view
HDFView.HDFView ( String p1, String p2 )
[mangled: ncsa/hdf/view/HDFView."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
jhdfview.jar, NewAttributeDialog.class
package ncsa.hdf.view
NewAttributeDialog.NewAttributeDialog ( Dialog p1, HObject p2 )
[mangled: ncsa/hdf/view/NewAttributeDialog."<init>":(Ljava/awt/Dialog;Lncsa/hdf/object/HObject;)V]
jhdfview.jar, Tools.class
package ncsa.hdf.view
Tools.getBytes ( Object p1, double[ ] p2 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[D)[B]
Tools.getBytes ( Object p1, double[ ] p2, int p3, int p4, boolean p5 ) [static] : byte[ ]
[mangled: ncsa/hdf/view/Tools.getBytes:(Ljava/lang/Object;[DIIZ)[B]
jhdfview.jar, UserOptionsDialog.class
package ncsa.hdf.view
UserOptionsDialog.valueChanged ( ListSelectionEvent p1 ) : void
[mangled: ncsa/hdf/view/UserOptionsDialog.valueChanged:(Ljavax/swing/event/ListSelectionEvent;)V]
to the top
Problems with Data Types, High Severity (75)
jargon.jar
[+] AnalyzeVolumeSliceExample (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
AnalyzeVolumeSliceExample ( )This constructor is from 'AnalyzeVolumeSliceExample' class.
main ( String[ ] )This method is from 'AnalyzeVolumeSliceExample' class.
[+] FactoryTest (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
FactoryTest ( )This constructor is from 'FactoryTest' class.
main ( String[ ] )This method is from 'FactoryTest' class.
[+] MetaDataTest (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
MetaDataTest ( )This constructor is from 'MetaDataTest' class.
MetaDataTest ( String[ ] )This constructor is from 'MetaDataTest' class.
MetaDataTest ( GeneralFile )This constructor is from 'MetaDataTest' class.
main ( String[ ] )This method is from 'MetaDataTest' class.
printQueryResults ( MetaDataRecordList[ ] )This method is from 'MetaDataTest' class.
[+] Sls (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Sls ( )This constructor is from 'Sls' class.
main ( String[ ] )This method is from 'Sls' class.
[+] Srm (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
Srm ( )This constructor is from 'Srm' class.
main ( String[ ] )This method is from 'Srm' class.
recursiveDelete ( GeneralFile )This method is from 'Srm' class.
[+] Test (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
Test ( )This constructor is from 'Test' class.
main ( String[ ] )This method is from 'Test' class.
package edu.sdsc.grid.gui
[+] JargonGui (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
JargonGui ( GeneralFile[ ] )This constructor is from 'JargonGui' class.
JargonGui ( GeneralFile )This constructor is from 'JargonGui' class.
JargonGui ( GeneralFile, MetaDataSelect[ ] )This constructor is from 'JargonGui' class.
actionPerformed ( ActionEvent )This method is from 'JargonGui' class.
getCopyBuffer ( )This method is from 'JargonGui' class.
getRoots ( )This method is from 'JargonGui' class.
getSelects ( )This method is from 'JargonGui' class.
main ( String[ ] )This method is from 'JargonGui' class.
useDefaultPopupMenu ( boolean )This method is from 'JargonGui' class.
[+] JargonTreeCellEditor (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
JargonTreeCellEditor ( )This constructor is from 'JargonTreeCellEditor' class.
addCellEditorListener ( CellEditorListener )This method is from 'JargonTreeCellEditor' class.
cancelCellEditing ( )This method is from 'JargonTreeCellEditor' class.
finalize ( )This method is from 'JargonTreeCellEditor' class.
getCellEditorValue ( )This method is from 'JargonTreeCellEditor' class.
getTreeCellEditorComponent ( JTree, Object, boolean, boolean, boolean, int )This method is from 'JargonTreeCellEditor' class.
isCellEditable ( EventObject )This method is from 'JargonTreeCellEditor' class.
removeCellEditorListener ( CellEditorListener )This method is from 'JargonTreeCellEditor' class.
shouldSelectCell ( EventObject )This method is from 'JargonTreeCellEditor' class.
stopCellEditing ( )This method is from 'JargonTreeCellEditor' class.
[+] JargonTreeCellRenderer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
JargonTreeCellRenderer ( )This constructor is from 'JargonTreeCellRenderer' class.
getTreeCellRendererComponent ( JTree, Object, boolean, boolean, boolean, int, boolean )This method is from 'JargonTreeCellRenderer' class.
[+] JargonTreeModel (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
JargonTreeModel ( GeneralFile[ ] )This constructor is from 'JargonTreeModel' class.
JargonTreeModel ( GeneralFile )This constructor is from 'JargonTreeModel' class.
addTreeModelListener ( TreeModelListener )This method is from 'JargonTreeModel' class.
fireTreeStructureChanged ( Object )This method is from 'JargonTreeModel' class.
getChild ( Object, int )This method is from 'JargonTreeModel' class.
getChildCount ( Object )This method is from 'JargonTreeModel' class.
getIndexOfChild ( Object, Object )This method is from 'JargonTreeModel' class.
getRoot ( )This method is from 'JargonTreeModel' class.
isLeaf ( Object )This method is from 'JargonTreeModel' class.
removeTreeModelListener ( TreeModelListener )This method is from 'JargonTreeModel' class.
setRoot ( Object )This method is from 'JargonTreeModel' class.
valueForPathChanged ( TreePath, Object )This method is from 'JargonTreeModel' class.
...
[+] TransferStatusPanel (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
TransferStatusPanel ( GeneralFile[ ] )This constructor is from 'TransferStatusPanel' class.
TransferStatusPanel ( GeneralFile[ ], GeneralFile[ ] )This constructor is from 'TransferStatusPanel' class.
TransferStatusPanel ( GeneralFile )This constructor is from 'TransferStatusPanel' class.
TransferStatusPanel ( GeneralFile, GeneralFile )This constructor is from 'TransferStatusPanel' class.
getDestinations ( )This method is from 'TransferStatusPanel' class.
getOverwrite ( )This method is from 'TransferStatusPanel' class.
getSleepLength ( )This method is from 'TransferStatusPanel' class.
getSources ( )This method is from 'TransferStatusPanel' class.
main ( String[ ] )This method is from 'TransferStatusPanel' class.
run ( )This method is from 'TransferStatusPanel' class.
setOverwrite ( int )This method is from 'TransferStatusPanel' class.
setSleepLength ( int )This method is from 'TransferStatusPanel' class.
...
package edu.sdsc.grid.io
[+] BinaryDataFormat (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (97)
BinaryDataFormat ( )This constructor is from 'BinaryDataFormat' class.
BinaryDataFormat ( BinaryDataFormat )This constructor is from 'BinaryDataFormat' class.
doubleValue ( byte[ ] )This method is from 'BinaryDataFormat' class.
doubleValue ( byte[ ], int )This method is from 'BinaryDataFormat' class.
doubleValues ( byte[ ], double[ ], int )This method is from 'BinaryDataFormat' class.
encodeDouble ( double, byte[ ] )This method is from 'BinaryDataFormat' class.
encodeDouble ( double, byte[ ], int )This method is from 'BinaryDataFormat' class.
encodeDoubles ( double[ ], int, byte[ ] )This method is from 'BinaryDataFormat' class.
encodeFloat ( double, byte[ ] )This method is from 'BinaryDataFormat' class.
encodeFloat ( double, byte[ ], int )This method is from 'BinaryDataFormat' class.
encodeFloat ( float, byte[ ] )This method is from 'BinaryDataFormat' class.
encodeFloat ( float, byte[ ], int )This method is from 'BinaryDataFormat' class.
...
[+] FileFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
FileFactory ( )This constructor is from 'FileFactory' class.
newFile ( GeneralFile, String )This method is from 'FileFactory' class.
newFile ( GeneralFileSystem, String )This method is from 'FileFactory' class.
newFile ( GeneralFileSystem, String, String )This method is from 'FileFactory' class.
newFile ( URI )This method is from 'FileFactory' class.
newFile ( URI, String )This method is from 'FileFactory' class.
newFileInputStream ( GeneralFile )This method is from 'FileFactory' class.
newFileOutputStream ( GeneralFile )This method is from 'FileFactory' class.
newFileSystem ( GeneralAccount )This method is from 'FileFactory' class.
newRandomAccessFile ( GeneralFile, String )This method is from 'FileFactory' class.
[+] GeneralAccount (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
GeneralAccount ( String )This constructor is from 'GeneralAccount' abstract class.
clone ( )This method is from 'GeneralAccount' abstract class.
equals ( Object )This abstract method is from 'GeneralAccount' abstract class.
finalize ( )This method is from 'GeneralAccount' abstract class.
getHomeDirectory ( )This method is from 'GeneralAccount' abstract class.
setHomeDirectory ( String )This abstract method is from 'GeneralAccount' abstract class.
[+] GeneralFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (54)
GeneralFile ( GeneralFileSystem, String, String )This constructor is from 'GeneralFile' class.
GeneralFile ( URI )This constructor is from 'GeneralFile' class.
canRead ( )This method is from 'GeneralFile' class.
canWrite ( )This method is from 'GeneralFile' class.
compareTo ( GeneralFile )This method is from 'GeneralFile' class.
compareTo ( Object )This method is from 'GeneralFile' class.
copyFrom ( GeneralFile )This method is from 'GeneralFile' class.
copyFrom ( GeneralFile, boolean )This method is from 'GeneralFile' class.
copyTo ( GeneralFile )This method is from 'GeneralFile' class.
copyTo ( GeneralFile, boolean )This method is from 'GeneralFile' class.
createNewFile ( )This method is from 'GeneralFile' class.
createTempFile ( String, String )This method is from 'GeneralFile' class.
...
[+] GeneralFileInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
GeneralFileInputStream ( GeneralFile )This constructor is from 'GeneralFileInputStream' abstract class.
GeneralFileInputStream ( GeneralFileSystem, String )This constructor is from 'GeneralFileInputStream' abstract class.
available ( )This abstract method is from 'GeneralFileInputStream' abstract class.
close ( )This abstract method is from 'GeneralFileInputStream' abstract class.
finalize ( )This method is from 'GeneralFileInputStream' abstract class.
open ( GeneralFile )This abstract method is from 'GeneralFileInputStream' abstract class.
read ( )This abstract method is from 'GeneralFileInputStream' abstract class.
read ( byte[ ] )This method is from 'GeneralFileInputStream' abstract class.
read ( byte[ ], int, int )This abstract method is from 'GeneralFileInputStream' abstract class.
skip ( long )This abstract method is from 'GeneralFileInputStream' abstract class.
[+] GeneralFileOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
GeneralFileOutputStream ( GeneralFile )This constructor is from 'GeneralFileOutputStream' abstract class.
GeneralFileOutputStream ( GeneralFileSystem, String )This constructor is from 'GeneralFileOutputStream' abstract class.
close ( )This abstract method is from 'GeneralFileOutputStream' abstract class.
finalize ( )This method is from 'GeneralFileOutputStream' abstract class.
open ( GeneralFile )This abstract method is from 'GeneralFileOutputStream' abstract class.
write ( byte[ ] )This method is from 'GeneralFileOutputStream' abstract class.
write ( byte[ ], int, int )This abstract method is from 'GeneralFileOutputStream' abstract class.
write ( int )This method is from 'GeneralFileOutputStream' abstract class.
[+] GeneralFileSystem (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (11)
GeneralFileSystem ( )This constructor is from 'GeneralFileSystem' abstract class.
clone ( )This method is from 'GeneralFileSystem' abstract class.
equals ( Object )This abstract method is from 'GeneralFileSystem' abstract class.
finalize ( )This method is from 'GeneralFileSystem' abstract class.
getAccount ( )This method is from 'GeneralFileSystem' abstract class.
getHomeDirectory ( )This method is from 'GeneralFileSystem' abstract class.
getRootDirectories ( )This abstract method is from 'GeneralFileSystem' abstract class.
query ( MetaDataCondition[ ], MetaDataSelect[ ] )This abstract method is from 'GeneralFileSystem' abstract class.
query ( MetaDataCondition[ ], MetaDataSelect[ ], int )This abstract method is from 'GeneralFileSystem' abstract class.
setAccount ( GeneralAccount )This abstract method is from 'GeneralFileSystem' abstract class.
toString ( )This method is from 'GeneralFileSystem' abstract class.
...
[+] GeneralRandomAccessFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (77)
GeneralRandomAccessFile ( GeneralFile, String )This constructor is from 'GeneralRandomAccessFile' abstract class.
close ( )This abstract method is from 'GeneralRandomAccessFile' abstract class.
finalize ( )This method is from 'GeneralRandomAccessFile' abstract class.
getBinaryDataFormat ( )This method is from 'GeneralRandomAccessFile' abstract class.
getFD ( )This method is from 'GeneralRandomAccessFile' abstract class.
getFile ( )This method is from 'GeneralRandomAccessFile' abstract class.
getFilePointer ( )This abstract method is from 'GeneralRandomAccessFile' abstract class.
isClosed ( )This method is from 'GeneralRandomAccessFile' abstract class.
length ( )This abstract method is from 'GeneralRandomAccessFile' abstract class.
open ( GeneralFile )This abstract method is from 'GeneralRandomAccessFile' abstract class.
read ( )This abstract method is from 'GeneralRandomAccessFile' abstract class.
read ( byte[ ] )This method is from 'GeneralRandomAccessFile' abstract class.
...
[+] Host (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (108)
Host ( )This constructor is from 'Host' class.
castToByte ( byte[ ] )This method is from 'Host' class.
castToByte ( byte[ ], int )This method is from 'Host' class.
castToDouble ( byte[ ] )This method is from 'Host' class.
castToDouble ( byte[ ], int )This method is from 'Host' class.
castToFloat ( byte[ ] )This method is from 'Host' class.
castToFloat ( byte[ ], int )This method is from 'Host' class.
castToInt ( byte[ ] )This method is from 'Host' class.
castToInt ( byte[ ], int )This method is from 'Host' class.
castToLong ( byte[ ] )This method is from 'Host' class.
castToLong ( byte[ ], int )This method is from 'Host' class.
castToLongDouble ( byte[ ] )This method is from 'Host' class.
...
[+] MetaDataCondition (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
equals ( Object )This method is from 'MetaDataCondition' class.
finalize ( )This method is from 'MetaDataCondition' class.
getCount ( )This method is from 'MetaDataCondition' class.
getField ( )This method is from 'MetaDataCondition' class.
getFieldName ( )This method is from 'MetaDataCondition' class.
getFieldType ( )This method is from 'MetaDataCondition' class.
getFloatValue ( )This method is from 'MetaDataCondition' class.
getFloatValue ( int )This method is from 'MetaDataCondition' class.
getIntValue ( )This method is from 'MetaDataCondition' class.
getIntValue ( int )This method is from 'MetaDataCondition' class.
getOperator ( )This method is from 'MetaDataCondition' class.
getOperatorString ( int )This method is from 'MetaDataCondition' class.
...
[+] MetaDataField (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
MetaDataField ( String, String, int, Protocol )This constructor is from 'MetaDataField' class.
addProtocol ( Protocol )This method is from 'MetaDataField' class.
compareTo ( Object )This method is from 'MetaDataField' class.
equals ( Object )This method is from 'MetaDataField' class.
getDescription ( )This method is from 'MetaDataField' class.
getName ( )This method is from 'MetaDataField' class.
getType ( )This method is from 'MetaDataField' class.
toString ( )This method is from 'MetaDataField' class.
usesProtocol ( Protocol )This method is from 'MetaDataField' class.
[+] MetaDataGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
MetaDataGroup ( String, String )This constructor is from 'MetaDataGroup' class.
add ( MetaDataField )This method is from 'MetaDataGroup' class.
compareTo ( Object )This method is from 'MetaDataGroup' class.
getDescription ( )This method is from 'MetaDataGroup' class.
getField ( String )This method is from 'MetaDataGroup' class.
getFieldCount ( )This method is from 'MetaDataGroup' class.
getFields ( )This method is from 'MetaDataGroup' class.
getFields ( boolean )This method is from 'MetaDataGroup' class.
getName ( )This method is from 'MetaDataGroup' class.
toString ( )This method is from 'MetaDataGroup' class.
[+] MetaDataRecordList (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (40)
MetaDataRecordList ( MetaDataField[ ], Object[ ] )This constructor is from 'MetaDataRecordList' abstract class.
MetaDataRecordList ( MetaDataField, float )This constructor is from 'MetaDataRecordList' abstract class.
MetaDataRecordList ( MetaDataField, int )This constructor is from 'MetaDataRecordList' abstract class.
MetaDataRecordList ( MetaDataField, MetaDataTable )This constructor is from 'MetaDataRecordList' abstract class.
MetaDataRecordList ( MetaDataField, String )This constructor is from 'MetaDataRecordList' abstract class.
addRecord ( MetaDataField, float )This method is from 'MetaDataRecordList' abstract class.
addRecord ( MetaDataField, int )This method is from 'MetaDataRecordList' abstract class.
addRecord ( MetaDataField, MetaDataTable )This method is from 'MetaDataRecordList' abstract class.
addRecord ( MetaDataField, Object )This method is from 'MetaDataRecordList' abstract class.
addRecord ( MetaDataField, String )This method is from 'MetaDataRecordList' abstract class.
finalize ( )This method is from 'MetaDataRecordList' abstract class.
getAllResults ( MetaDataRecordList[ ] )This method is from 'MetaDataRecordList' abstract class.
...
[+] MetaDataSelect (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
equals ( Object )This method is from 'MetaDataSelect' class.
getField ( )This method is from 'MetaDataSelect' class.
getFieldName ( )This method is from 'MetaDataSelect' class.
getOperation ( )This method is from 'MetaDataSelect' class.
toString ( )This method is from 'MetaDataSelect' class.
[+] MetaDataSet (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
MetaDataSet ( )This constructor is from 'MetaDataSet' abstract class.
add ( MetaDataGroup )This method is from 'MetaDataSet' abstract class.
getField ( String )This method is from 'MetaDataSet' abstract class.
getMetaDataGroups ( )This method is from 'MetaDataSet' abstract class.
getMetaDataGroups ( boolean )This method is from 'MetaDataSet' abstract class.
mergeConditions ( MetaDataCondition[ ], MetaDataCondition[ ] )This method is from 'MetaDataSet' abstract class.
mergeConditions ( MetaDataCondition, MetaDataCondition[ ] )This method is from 'MetaDataSet' abstract class.
mergeConditions ( MetaDataCondition, MetaDataCondition )This method is from 'MetaDataSet' abstract class.
mergeSelects ( MetaDataSelect[ ], MetaDataSelect[ ] )This method is from 'MetaDataSet' abstract class.
mergeSelects ( MetaDataSelect, MetaDataSelect[ ] )This method is from 'MetaDataSet' abstract class.
mergeSelects ( MetaDataSelect, MetaDataSelect )This method is from 'MetaDataSet' abstract class.
newCondition ( String, int, float[ ] )This method is from 'MetaDataSet' abstract class.
...
[+] MetaDataTable (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
MetaDataTable ( int[ ], String[ ][ ] )This constructor is from 'MetaDataTable' class.
addRow ( String[ ], int )This method is from 'MetaDataTable' class.
equals ( Object )This method is from 'MetaDataTable' class.
getColumnCount ( )This method is from 'MetaDataTable' class.
getFloatValue ( int, int )This method is from 'MetaDataTable' class.
getIntValue ( int, int )This method is from 'MetaDataTable' class.
getOperator ( int )This method is from 'MetaDataTable' class.
getOperators ( )This method is from 'MetaDataTable' class.
getRowCount ( )This method is from 'MetaDataTable' class.
getStringValue ( int, int )This method is from 'MetaDataTable' class.
removeRow ( int )This method is from 'MetaDataTable' class.
toString ( )This method is from 'MetaDataTable' class.
...
[+] MetaDataValueEnum (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
getDescription ( )This method is from 'MetaDataValueEnum' class.
getValue ( )This method is from 'MetaDataValueEnum' class.
[+] Protocol (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
Protocol ( String, String )This constructor is from 'Protocol' abstract class.
equals ( Object )This abstract method is from 'Protocol' abstract class.
getHelp ( )This method is from 'Protocol' abstract class.
getMetaDataSet ( )This method is from 'Protocol' abstract class.
getName ( )This method is from 'Protocol' abstract class.
toString ( )This method is from 'Protocol' abstract class.
[+] RemoteAccount (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
RemoteAccount ( String, int, String, String, String )This constructor is from 'RemoteAccount' abstract class.
finalize ( )This method is from 'RemoteAccount' abstract class.
getHost ( )This method is from 'RemoteAccount' abstract class.
getPassword ( )This method is from 'RemoteAccount' abstract class.
getPort ( )This method is from 'RemoteAccount' abstract class.
getUserName ( )This method is from 'RemoteAccount' abstract class.
setHost ( String )This method is from 'RemoteAccount' abstract class.
setPassword ( String )This method is from 'RemoteAccount' abstract class.
setPort ( int )This method is from 'RemoteAccount' abstract class.
setUserName ( String )This method is from 'RemoteAccount' abstract class.
[+] RemoteFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RemoteFile ( RemoteFile, String )This constructor is from 'RemoteFile' abstract class.
RemoteFile ( RemoteFileSystem, String )This constructor is from 'RemoteFile' abstract class.
RemoteFile ( RemoteFileSystem, String, String )This constructor is from 'RemoteFile' abstract class.
RemoteFile ( URI )This constructor is from 'RemoteFile' abstract class.
[+] RemoteFileInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RemoteFileInputStream ( GeneralFile )This constructor is from 'RemoteFileInputStream' abstract class.
RemoteFileInputStream ( GeneralFileSystem, String )This constructor is from 'RemoteFileInputStream' abstract class.
[+] RemoteFileOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RemoteFileOutputStream ( GeneralFile )This constructor is from 'RemoteFileOutputStream' abstract class.
RemoteFileOutputStream ( GeneralFileSystem, String )This constructor is from 'RemoteFileOutputStream' abstract class.
[+] RemoteFileSystem (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
RemoteFileSystem ( )This constructor is from 'RemoteFileSystem' abstract class.
getHost ( )This method is from 'RemoteFileSystem' abstract class.
getPort ( )This method is from 'RemoteFileSystem' abstract class.
getUserName ( )This method is from 'RemoteFileSystem' abstract class.
[+] RemoteRandomAccessFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
RemoteRandomAccessFile ( RemoteFile, String )This constructor is from 'RemoteRandomAccessFile' abstract class.
package edu.sdsc.grid.io.local
[+] LocalAccount (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
LocalAccount ( )This constructor is from 'LocalAccount' class.
LocalAccount ( String )This constructor is from 'LocalAccount' class.
equals ( Object )This method is from 'LocalAccount' class.
setHomeDirectory ( String )This method is from 'LocalAccount' class.
[+] LocalFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (59)
LocalFile ( LocalFile, String )This constructor is from 'LocalFile' class.
LocalFile ( File )This constructor is from 'LocalFile' class.
LocalFile ( File, String )This constructor is from 'LocalFile' class.
LocalFile ( String )This constructor is from 'LocalFile' class.
LocalFile ( String, String )This constructor is from 'LocalFile' class.
LocalFile ( URI )This constructor is from 'LocalFile' class.
canRead ( )This method is from 'LocalFile' class.
canWrite ( )This method is from 'LocalFile' class.
compareTo ( GeneralFile )This method is from 'LocalFile' class.
compareTo ( Object )This method is from 'LocalFile' class.
copyFrom ( GeneralFile )This method is from 'LocalFile' class.
copyFrom ( GeneralFile, boolean )This method is from 'LocalFile' class.
...
[+] LocalFileInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (10)
LocalFileInputStream ( LocalFile )This constructor is from 'LocalFileInputStream' class.
LocalFileInputStream ( String )This constructor is from 'LocalFileInputStream' class.
available ( )This method is from 'LocalFileInputStream' class.
close ( )This method is from 'LocalFileInputStream' class.
finalize ( )This method is from 'LocalFileInputStream' class.
open ( GeneralFile )This method is from 'LocalFileInputStream' class.
read ( )This method is from 'LocalFileInputStream' class.
read ( byte[ ] )This method is from 'LocalFileInputStream' class.
read ( byte[ ], int, int )This method is from 'LocalFileInputStream' class.
skip ( long )This method is from 'LocalFileInputStream' class.
[+] LocalFileOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
LocalFileOutputStream ( LocalFile )This constructor is from 'LocalFileOutputStream' class.
LocalFileOutputStream ( String )This constructor is from 'LocalFileOutputStream' class.
close ( )This method is from 'LocalFileOutputStream' class.
finalize ( )This method is from 'LocalFileOutputStream' class.
open ( GeneralFile )This method is from 'LocalFileOutputStream' class.
write ( byte[ ] )This method is from 'LocalFileOutputStream' class.
write ( byte[ ], int, int )This method is from 'LocalFileOutputStream' class.
write ( int )This method is from 'LocalFileOutputStream' class.
[+] LocalFileSystem (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
LocalFileSystem ( )This constructor is from 'LocalFileSystem' class.
LocalFileSystem ( LocalAccount )This constructor is from 'LocalFileSystem' class.
equals ( Object )This method is from 'LocalFileSystem' class.
getRootDirectories ( )This method is from 'LocalFileSystem' class.
query ( MetaDataCondition[ ], MetaDataSelect[ ] )This method is from 'LocalFileSystem' class.
query ( MetaDataCondition[ ], MetaDataSelect[ ], int )This method is from 'LocalFileSystem' class.
setAccount ( GeneralAccount )This method is from 'LocalFileSystem' class.
[+] LocalMetaDataRecordList (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
LocalMetaDataRecordList ( )This constructor is from 'LocalMetaDataRecordList' class.
getAllResults ( )This method is from 'LocalMetaDataRecordList' class.
getMoreResults ( )This method is from 'LocalMetaDataRecordList' class.
getMoreResults ( int )This method is from 'LocalMetaDataRecordList' class.
isQueryComplete ( )This method is from 'LocalMetaDataRecordList' class.
[+] LocalRandomAccessFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
LocalRandomAccessFile ( LocalFile, String )This constructor is from 'LocalRandomAccessFile' class.
LocalRandomAccessFile ( File, String )This constructor is from 'LocalRandomAccessFile' class.
LocalRandomAccessFile ( String, String )This constructor is from 'LocalRandomAccessFile' class.
close ( )This method is from 'LocalRandomAccessFile' class.
getFilePointer ( )This method is from 'LocalRandomAccessFile' class.
getRandomAccessFile ( )This method is from 'LocalRandomAccessFile' class.
length ( )This method is from 'LocalRandomAccessFile' class.
open ( GeneralFile )This method is from 'LocalRandomAccessFile' class.
read ( )This method is from 'LocalRandomAccessFile' class.
readBytes ( byte[ ], int, int )This method is from 'LocalRandomAccessFile' class.
seek ( long )This method is from 'LocalRandomAccessFile' class.
seek ( long, int )This method is from 'LocalRandomAccessFile' class.
...
package edu.sdsc.grid.io.srb
[+] SRBAccount (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (30)
SRBAccount ( )This constructor is from 'SRBAccount' class.
SRBAccount ( LocalFile )This constructor is from 'SRBAccount' class.
SRBAccount ( File )This constructor is from 'SRBAccount' class.
SRBAccount ( String )This constructor is from 'SRBAccount' class.
SRBAccount ( String, int, String, String, String, String, String )This constructor is from 'SRBAccount' class.
SRBAccount ( String, int, String, String, String, String, String, String )This constructor is from 'SRBAccount' class.
equals ( Object )This method is from 'SRBAccount' class.
finalize ( )This method is from 'SRBAccount' class.
getCertificateAuthority ( )This method is from 'SRBAccount' class.
getDefaultStorageResource ( )This method is from 'SRBAccount' class.
getDomainName ( )This method is from 'SRBAccount' class.
getExecFile ( )This method is from 'SRBAccount' class.
...
[+] SRBContainer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (47)
SRBContainer ( SRBFile, String )This constructor is from 'SRBContainer' class.
SRBContainer ( SRBFile, String, long )This constructor is from 'SRBContainer' class.
SRBContainer ( SRBFileSystem, String )This constructor is from 'SRBContainer' class.
SRBContainer ( SRBFileSystem, String, long )This constructor is from 'SRBContainer' class.
SRBContainer ( SRBFileSystem, String, String )This constructor is from 'SRBContainer' class.
SRBContainer ( SRBFileSystem, String, String, long )This constructor is from 'SRBContainer' class.
SRBContainer ( URI )This constructor is from 'SRBContainer' class.
canRead ( )This method is from 'SRBContainer' class.
canWrite ( )This method is from 'SRBContainer' class.
compareTo ( GeneralFile )This method is from 'SRBContainer' class.
compareTo ( Object )This method is from 'SRBContainer' class.
copyFrom ( GeneralFile, boolean, boolean )This method is from 'SRBContainer' class.
...
[+] SRBException (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
SRBException ( int )This constructor is from 'SRBException' class.
SRBException ( String )This constructor is from 'SRBException' class.
SRBException ( String, int )This constructor is from 'SRBException' class.
getStandardMessage ( )This method is from 'SRBException' class.
getStandardMessage ( int )This method is from 'SRBException' class.
getType ( )This method is from 'SRBException' class.
[+] SRBFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (87)
SRBFile ( SRBFile, String )This constructor is from 'SRBFile' class.
SRBFile ( SRBFileSystem, String )This constructor is from 'SRBFile' class.
SRBFile ( SRBFileSystem, String, String )This constructor is from 'SRBFile' class.
SRBFile ( URI )This constructor is from 'SRBFile' class.
backup ( String )This method is from 'SRBFile' class.
canRead ( )This method is from 'SRBFile' class.
canWrite ( )This method is from 'SRBFile' class.
changePermissions ( String, String, String )This method is from 'SRBFile' class.
checksum ( )This method is from 'SRBFile' class.
checksum ( boolean )This method is from 'SRBFile' class.
compareTo ( GeneralFile )This method is from 'SRBFile' class.
compareTo ( Object )This method is from 'SRBFile' class.
...
[+] SRBFileInputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SRBFileInputStream ( SRBFile )This constructor is from 'SRBFileInputStream' class.
SRBFileInputStream ( SRBFileSystem, String )This constructor is from 'SRBFileInputStream' class.
available ( )This method is from 'SRBFileInputStream' class.
close ( )This method is from 'SRBFileInputStream' class.
open ( GeneralFile )This method is from 'SRBFileInputStream' class.
read ( )This method is from 'SRBFileInputStream' class.
read ( byte[ ], int, int )This method is from 'SRBFileInputStream' class.
skip ( long )This method is from 'SRBFileInputStream' class.
[+] SRBFileOutputStream (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SRBFileOutputStream ( SRBFile )This constructor is from 'SRBFileOutputStream' class.
SRBFileOutputStream ( SRBFileSystem, String )This constructor is from 'SRBFileOutputStream' class.
close ( )This method is from 'SRBFileOutputStream' class.
open ( GeneralFile )This method is from 'SRBFileOutputStream' class.
write ( byte[ ], int, int )This method is from 'SRBFileOutputStream' class.
[+] SRBFileSystem (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (46)
SRBFileSystem ( )This constructor is from 'SRBFileSystem' class.
SRBFileSystem ( SRBAccount )This constructor is from 'SRBFileSystem' class.
close ( )This method is from 'SRBFileSystem' class.
equals ( Object )This method is from 'SRBFileSystem' class.
executeProxyCommand ( String, String )This method is from 'SRBFileSystem' class.
executeProxyCommand ( String, String, String, int )This method is from 'SRBFileSystem' class.
executeProxyCommand ( String, String, String, String, int )This method is from 'SRBFileSystem' class.
finalize ( )This method is from 'SRBFileSystem' class.
getAccount ( )This method is from 'SRBFileSystem' class.
getDefaultStorageResource ( )This method is from 'SRBFileSystem' class.
getDomainName ( )This method is from 'SRBFileSystem' class.
getExecFile ( )This method is from 'SRBFileSystem' class.
...
[+] SRBMetaDataRecordList (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SRBMetaDataRecordList ( MetaDataField, float )This constructor is from 'SRBMetaDataRecordList' class.
SRBMetaDataRecordList ( MetaDataField, int )This constructor is from 'SRBMetaDataRecordList' class.
SRBMetaDataRecordList ( MetaDataField, MetaDataTable )This constructor is from 'SRBMetaDataRecordList' class.
SRBMetaDataRecordList ( MetaDataField, String )This constructor is from 'SRBMetaDataRecordList' class.
finalize ( )This method is from 'SRBMetaDataRecordList' class.
getMoreResults ( )This method is from 'SRBMetaDataRecordList' class.
getMoreResults ( int )This method is from 'SRBMetaDataRecordList' class.
isQueryComplete ( )This method is from 'SRBMetaDataRecordList' class.
[+] SRBProtocol (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SRBProtocol ( )This constructor is from 'SRBProtocol' class.
equals ( Object )This method is from 'SRBProtocol' class.
[+] SRBRandomAccessFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
SRBRandomAccessFile ( SRBFile, String )This constructor is from 'SRBRandomAccessFile' class.
SRBRandomAccessFile ( SRBFileSystem, String, String )This constructor is from 'SRBRandomAccessFile' class.
close ( )This method is from 'SRBRandomAccessFile' class.
getFilePointer ( )This method is from 'SRBRandomAccessFile' class.
getFileSystem ( )This method is from 'SRBRandomAccessFile' class.
length ( )This method is from 'SRBRandomAccessFile' class.
open ( GeneralFile )This method is from 'SRBRandomAccessFile' class.
read ( )This method is from 'SRBRandomAccessFile' class.
readBytes ( byte[ ], int, int )This method is from 'SRBRandomAccessFile' class.
rwCheck ( GeneralFile, String )This method is from 'SRBRandomAccessFile' class.
seek ( long )This method is from 'SRBRandomAccessFile' class.
seek ( long, int )This method is from 'SRBRandomAccessFile' class.
...
jh5srb.jar
package ncsa.hdf.srb.h5srb
[+] H5SRB (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
H5SRB ( )This constructor is from 'H5SRB' class.
h5ObjRequest ( String[ ], Object, int )This method is from 'H5SRB' class.
package ncsa.hdf.srb.obj
[+] H5SrbCompoundDS (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
H5SrbCompoundDS ( FileFormat, String, String )This constructor is from 'H5SrbCompoundDS' class.
H5SrbCompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5SrbCompoundDS' class.
close ( int )This method is from 'H5SrbCompoundDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5SrbCompoundDS' class.
getDatatype ( )This method is from 'H5SrbCompoundDS' class.
getMetadata ( )This method is from 'H5SrbCompoundDS' class.
getPalette ( )This method is from 'H5SrbCompoundDS' class.
getPaletteRefs ( )This method is from 'H5SrbCompoundDS' class.
init ( )This method is from 'H5SrbCompoundDS' class.
init ( int, long[ ], int, int, int, int )This method is from 'H5SrbCompoundDS' class.
open ( )This method is from 'H5SrbCompoundDS' class.
read ( )This method is from 'H5SrbCompoundDS' class.
...
[+] H5SrbDatatype (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
H5SrbDatatype ( int )This constructor is from 'H5SrbDatatype' class.
H5SrbDatatype ( int, int, int, int )This constructor is from 'H5SrbDatatype' class.
fromNative ( int )This method is from 'H5SrbDatatype' class.
getDatatypeDescription ( )This method is from 'H5SrbDatatype' class.
isUnsigned ( )This method is from 'H5SrbDatatype' class.
toNative ( )This method is from 'H5SrbDatatype' class.
[+] H5SrbFile (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (22)
H5SrbFile ( )This constructor is from 'H5SrbFile' class.
H5SrbFile ( String[ ], String )This constructor is from 'H5SrbFile' class.
H5SrbFile ( String )This constructor is from 'H5SrbFile' class.
close ( )This method is from 'H5SrbFile' class.
copy ( HObject, Group )This method is from 'H5SrbFile' class.
create ( String )This method is from 'H5SrbFile' class.
createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )This method is from 'H5SrbFile' class.
createDatatype ( int, int, int, int )This method is from 'H5SrbFile' class.
createGroup ( String, Group )This method is from 'H5SrbFile' class.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H5SrbFile' class.
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H5SrbFile' class.
delete ( HObject )This method is from 'H5SrbFile' class.
...
[+] H5SrbGroup (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
H5SrbGroup ( FileFormat, String, String, Group )This constructor is from 'H5SrbGroup' class.
H5SrbGroup ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H5SrbGroup' class.
close ( int )This method is from 'H5SrbGroup' class.
getMetadata ( )This method is from 'H5SrbGroup' class.
init ( )This method is from 'H5SrbGroup' class.
open ( )This method is from 'H5SrbGroup' class.
removeMetadata ( Object )This method is from 'H5SrbGroup' class.
writeMetadata ( Object )This method is from 'H5SrbGroup' class.
[+] H5SrbScalarDS (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
H5SrbScalarDS ( FileFormat, String, String )This constructor is from 'H5SrbScalarDS' class.
H5SrbScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5SrbScalarDS' class.
close ( int )This method is from 'H5SrbScalarDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5SrbScalarDS' class.
getDatatype ( )This method is from 'H5SrbScalarDS' class.
getMetadata ( )This method is from 'H5SrbScalarDS' class.
getPalette ( )This method is from 'H5SrbScalarDS' class.
getPaletteRefs ( )This method is from 'H5SrbScalarDS' class.
init ( )This method is from 'H5SrbScalarDS' class.
init ( int, long[ ], int, int, int, int )This method is from 'H5SrbScalarDS' class.
open ( )This method is from 'H5SrbScalarDS' class.
read ( )This method is from 'H5SrbScalarDS' class.
...
jhdf.jar
package glguerin.io
[+] FilePathname (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
FilePathname ( )This constructor is from 'FilePathname' class.
FilePathname ( File )This constructor is from 'FilePathname' class.
FilePathname ( String )This constructor is from 'FilePathname' class.
getPath ( )This method is from 'FilePathname' class.
setFrom ( File )This method is from 'FilePathname' class.
setPath ( String )This method is from 'FilePathname' class.
[+] Path (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
Path ( )This constructor is from 'Path' class.
Path ( String[ ] )This constructor is from 'Path' class.
Path ( int )This constructor is from 'Path' class.
append ( String )This method is from 'Path' class.
appendAll ( String[ ] )This method is from 'Path' class.
buildPath ( char, boolean, boolean )This method is from 'Path' class.
clear ( )This method is from 'Path' class.
ensureCapacity ( int )This method is from 'Path' class.
equals ( Object )This method is from 'Path' class.
getPart ( int, boolean )This method is from 'Path' class.
getParts ( boolean )This method is from 'Path' class.
getPath ( )This method is from 'Path' class.
...
package glguerin.mac.io
[+] MacEscaping (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
MacEscaping ( )This constructor is from 'MacEscaping' class.
containsMacEscapees ( String )This method is from 'MacEscaping' class.
fromMacRoman ( int )This method is from 'MacEscaping' class.
getOSTypeString ( int )This method is from 'MacEscaping' class.
platformUsesEscapes ( )This method is from 'MacEscaping' class.
toEscapedName ( String )This method is from 'MacEscaping' class.
toLiteralName ( String )This method is from 'MacEscaping' class.
[+] MacFilePathname (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (16)
MacFilePathname ( )This constructor is from 'MacFilePathname' class.
MacFilePathname ( MacFilePathname )This constructor is from 'MacFilePathname' class.
MacFilePathname ( File )This constructor is from 'MacFilePathname' class.
append ( String )This method is from 'MacFilePathname' class.
appendFrom ( MacFilePathname )This method is from 'MacFilePathname' class.
appendMacPath ( String )This method is from 'MacFilePathname' class.
getEscaping ( )This method is from 'MacFilePathname' class.
getLast ( )This method is from 'MacFilePathname' class.
getMacPath ( )This method is from 'MacFilePathname' class.
getPart ( int )This method is from 'MacFilePathname' class.
getParts ( )This method is from 'MacFilePathname' class.
getPath ( )This method is from 'MacFilePathname' class.
...
package glguerin.util
[+] MacPlatform (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
MacPlatform ( )This constructor is from 'MacPlatform' class.
getJDirectVersion ( )This method is from 'MacPlatform' class.
isMacOS ( )This method is from 'MacPlatform' class.
isMRJ ( )This method is from 'MacPlatform' class.
package ncsa.hdf.hdflib
[+] Native (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
javaFilePath ( String )This method is from 'Native' class.
nativeFilePath ( File )This method is from 'Native' class.
nativeFilePath ( String )This method is from 'Native' class.
jhdf5obj.jar
package ncsa.hdf.object.h5
[+] H5Group (1)
| Change | Effect |
---|
1 | Field DEFAULT_OID of type long[] has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
H5Group ( FileFormat, String, String, Group )This constructor is from 'H5Group' class.
H5Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H5Group' class.
close ( int )This method is from 'H5Group' class.
create ( String, Group )This method is from 'H5Group' class.
getMetadata ( )This method is from 'H5Group' class.
open ( )This method is from 'H5Group' class.
removeMetadata ( Object )This method is from 'H5Group' class.
setName ( String )This method is from 'H5Group' class.
setPath ( String )This method is from 'H5Group' class.
writeMetadata ( Object )This method is from 'H5Group' class.
jhdfobj.jar
package ncsa.hdf.object
[+] CompoundDS (1)
| Change | Effect |
---|
1 | Type of field memberTypes has been changed from int[] to Datatype[]. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
CompoundDS ( FileFormat, String, String )This constructor is from 'CompoundDS' abstract class.
CompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'CompoundDS' abstract class.
getMemberCount ( )This method is from 'CompoundDS' abstract class.
getMemberNames ( )This method is from 'CompoundDS' abstract class.
getMemberOrders ( )This method is from 'CompoundDS' abstract class.
getMemeberDims ( int )This method is from 'CompoundDS' abstract class.
getSelectedMemberCount ( )This method is from 'CompoundDS' abstract class.
getSelectedMemberOrders ( )This method is from 'CompoundDS' abstract class.
isMemberSelected ( int )This method is from 'CompoundDS' abstract class.
selectMember ( int )This method is from 'CompoundDS' abstract class.
setMemberSelection ( boolean )This method is from 'CompoundDS' abstract class.
...
[+] Datatype (2)
| Change | Effect |
---|
1 | Method close ( int ) became abstract. | A client program may be interrupted by InstantiationError exception. |
2 | Field nativeID of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (72)
Attribute ( String, Datatype, long[ ] )2nd parameter 'p2' of this method has type 'Datatype'.
getType ( )Return value of this method has type 'Datatype'.
Dataset ( FileFormat, String, String )Field 'this.datatype' in the object of this method has type 'Datatype'.
Dataset ( FileFormat, String, String, long[ ] )Field 'this.datatype' in the object of this method has type 'Datatype'.
byteToString ( byte[ ], int )Field 'this.datatype' in the object of this method has type 'Datatype'.
clearData ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertFromUnsignedC ( Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertToUnsignedC ( Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
copy ( Group, String, long[ ], Object )Field 'this.datatype' in the object of this abstract method has type 'Datatype'.
getChunkSize ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
getCompression ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
getData ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
...
[+] FileFormat (4)
| Change | Effect |
---|
1 | Method copy ( HObject, Group, String ) became abstract. | A client program may be interrupted by InstantiationError exception. |
2 | Method createDatatype ( int, int, int, int, String ) became abstract. | A client program may be interrupted by InstantiationError exception. |
3 | Method createLink ( Group, String, HObject ) became abstract. | A client program may be interrupted by InstantiationError exception. |
4 | Method get ( String ) became abstract. | A client program may be interrupted by InstantiationError exception. |
[+] affected methods (4)
copy ( HObject, Group, String )This method is from 'FileFormat' abstract class.
createDatatype ( int, int, int, int, String )This method is from 'FileFormat' abstract class.
createLink ( Group, String, HObject )This method is from 'FileFormat' abstract class.
get ( String )This method is from 'FileFormat' abstract class.
[+] HObject (1)
| Change | Effect |
---|
1 | Field hasAttribute of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (56)
copy ( HObject, Group )1st parameter 'p1' of this abstract method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this method has type 'HObject'.
createLink ( Group, String, HObject )3rd parameter 'p3' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this abstract method has type 'HObject'.
get ( String )Return value of this method has type 'HObject'.
getHObject ( String )Return value of this method has type 'HObject'.
getHObject ( String, String )Return value of this method has type 'HObject'.
writeAttribute ( HObject, Attribute, boolean )1st parameter 'p1' of this abstract method has type 'HObject'.
addToMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
removeFromMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this method has type 'HObject'.
get ( String )Return value of this method has type 'HObject'.
...
[+] ScalarDS (1)
| Change | Effect |
---|
1 | Field nativeDatatype of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
ScalarDS ( FileFormat, String, String )This constructor is from 'ScalarDS' abstract class.
ScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'ScalarDS' abstract class.
clearData ( )This method is from 'ScalarDS' abstract class.
getImageDataRange ( )This method is from 'ScalarDS' abstract class.
getInterlace ( )This method is from 'ScalarDS' abstract class.
getPalette ( )This abstract method is from 'ScalarDS' abstract class.
getPaletteRefs ( )This abstract method is from 'ScalarDS' abstract class.
isImage ( )This method is from 'ScalarDS' abstract class.
isText ( )This method is from 'ScalarDS' abstract class.
isTrueColor ( )This method is from 'ScalarDS' abstract class.
isUnsigned ( )This method is from 'ScalarDS' abstract class.
readPalette ( int )This abstract method is from 'ScalarDS' abstract class.
...
jhdfview.jar
package ncsa.hdf.view
[+] UserOptionsDialog (1)
| Change | Effect |
---|
1 | Removed super-interface javax.swing.event.ListSelectionListener. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (5)
UserOptionsDialog ( JFrame, String )This constructor is from 'UserOptionsDialog' class.
actionPerformed ( ActionEvent )This method is from 'UserOptionsDialog' class.
isFontChanged ( )This method is from 'UserOptionsDialog' class.
isUserGuideChanged ( )This method is from 'UserOptionsDialog' class.
isWorkDirChanged ( )This method is from 'UserOptionsDialog' class.
to the top
Problems with Methods, High Severity (12)
jhdf5obj.jar, H5File
package ncsa.hdf.object.h5
[+] H5File.copyAttributes ( HObject p1, HObject p2 ) : void (1)
[mangled: ncsa/hdf/object/h5/H5File.copyAttributes:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/HObject;)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] H5File.copyAttributes ( int p1, int p2 ) : void (1)
[mangled: ncsa/hdf/object/h5/H5File.copyAttributes:(II)V]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] H5File.createImageAttributes ( Dataset p1, int p2 ) [static] : void (1)
[mangled: ncsa/hdf/object/h5/H5File.createImageAttributes:(Lncsa/hdf/object/Dataset;I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
jhdfobj.jar, Datatype
package ncsa.hdf.object
[+] Datatype.close ( int p1 ) : void (1)
[mangled: ncsa/hdf/object/Datatype.close:(I)V]
| Change | Effect |
---|
1 | Method became abstract.
| A client program trying to create an instance of the method's class may be interrupted by InstantiationError exception. |
jhdfobj.jar, FileFormat
package ncsa.hdf.object
[+] FileFormat.copy ( HObject p1, Group p2, String p3 ) : TreeNode (1)
[mangled: ncsa/hdf/object/FileFormat.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;Ljava/lang/String;)Ljavax/swing/tree/TreeNode;]
| Change | Effect |
---|
1 | Method became abstract.
| A client program trying to create an instance of the method's class may be interrupted by InstantiationError exception. |
[+] FileFormat.createDatatype ( int p1, int p2, int p3, int p4, String p5 ) : Datatype (1)
[mangled: ncsa/hdf/object/FileFormat.createDatatype:(IIIILjava/lang/String;)Lncsa/hdf/object/Datatype;]
| Change | Effect |
---|
1 | Method became abstract.
| A client program trying to create an instance of the method's class may be interrupted by InstantiationError exception. |
[+] FileFormat.createLink ( Group p1, String p2, HObject p3 ) : HObject (1)
[mangled: ncsa/hdf/object/FileFormat.createLink:(Lncsa/hdf/object/Group;Ljava/lang/String;Lncsa/hdf/object/HObject;)Lncsa/hdf/object/HObject;]
| Change | Effect |
---|
1 | Method became abstract.
| A client program trying to create an instance of the method's class may be interrupted by InstantiationError exception. |
[+] FileFormat.get ( String p1 ) : HObject (1)
[mangled: ncsa/hdf/object/FileFormat.get:(Ljava/lang/String;)Lncsa/hdf/object/HObject;]
| Change | Effect |
---|
1 | Method became abstract.
| A client program trying to create an instance of the method's class may be interrupted by InstantiationError exception. |
jhdfobj.jar, ScalarDS
package ncsa.hdf.object
[+] ScalarDS.convertFromUnsignedC ( ) : void (1)
[mangled: ncsa/hdf/object/ScalarDS.convertFromUnsignedC:()V]
| Change | Effect |
---|
1 | Return value type has been changed from void to java.lang.Object.
| This method has been removed because the return type is part of the method signature. |
[+] ScalarDS.convertToUnsignedC ( ) : void (1)
[mangled: ncsa/hdf/object/ScalarDS.convertToUnsignedC:()V]
| Change | Effect |
---|
1 | Return value type has been changed from void to java.lang.Object.
| This method has been removed because the return type is part of the method signature. |
jhdfview.jar, DefaultImageView
package ncsa.hdf.view
[+] DefaultImageView.createIndexedImage ( byte[ ] p1, byte[ ][ ] p2, int p3, int p4 ) [static] : Image (1)
[mangled: ncsa/hdf/view/DefaultImageView.createIndexedImage:([B[[BII)Ljava/awt/Image;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] DefaultImageView.createTrueColorImage ( byte[ ] p1, boolean p2, int p3, int p4 ) [static] : Image (1)
[mangled: ncsa/hdf/view/DefaultImageView.createTrueColorImage:([BZII)Ljava/awt/Image;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity (1)
jhdfobj.jar
package ncsa.hdf.object
[+] FileFormat (1)
| Change | Effect |
---|
1 | Abstract method createInstance ( String, int ) has been added to this class. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method convertImageToHDF ( String, String, String, String ) and may not be implemented by old clients. |
[+] affected methods (74)
CompoundDS ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
CompoundDS ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
FileFormat ( String )This constructor is from 'FileFormat' abstract class.
addFileExtension ( String )This method is from 'FileFormat' abstract class.
addFileFormat ( String, FileFormat )2nd parameter 'p2' of this method has type 'FileFormat'.
close ( )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group, String )This method is from 'FileFormat' abstract class.
create ( String )This abstract method is from 'FileFormat' abstract class.
...
to the top
Problems with Methods, Medium Severity (16)
jhdf5obj.jar, H5File
package ncsa.hdf.object.h5
[+] H5File.copyAttributes ( HObject p1, HObject p2 ) : void (1)
[mangled: ncsa/hdf/object/h5/H5File.copyAttributes:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/HObject;)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] H5File.copyAttributes ( int p1, int p2 ) : void (1)
[mangled: ncsa/hdf/object/h5/H5File.copyAttributes:(II)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
jhdfobj.jar, CompoundDS
package ncsa.hdf.object
[+] CompoundDS.getMemberOrders ( ) : int[ ] (1)
[mangled: ncsa/hdf/object/CompoundDS.getMemberOrders:()[I]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] CompoundDS.getMemeberDims ( int p1 ) : int[ ] (1)
[mangled: ncsa/hdf/object/CompoundDS.getMemeberDims:(I)[I]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] CompoundDS.getSelectedMemberOrders ( ) : int[ ] (1)
[mangled: ncsa/hdf/object/CompoundDS.getSelectedMemberOrders:()[I]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
jhdfobj.jar, FileFormat
package ncsa.hdf.object
[+] FileFormat.copy ( HObject p1, Group p2 ) [abstract] : TreeNode (1)
[mangled: ncsa/hdf/object/FileFormat.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;)Ljavax/swing/tree/TreeNode;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.create ( String p1 ) [abstract] : FileFormat (1)
[mangled: ncsa/hdf/object/FileFormat.create:(Ljava/lang/String;)Lncsa/hdf/object/FileFormat;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.createCompoundDS ( String p1, Group p2, long[ ] p3, String[ ] p4, Datatype[ ] p5, int[ ] p6, Object p7 ) : Dataset (1)
[mangled: ncsa/hdf/object/FileFormat.createCompoundDS:(Ljava/lang/String;Lncsa/hdf/object/Group;[J[Ljava/lang/String;[Lncsa/hdf/object/Datatype;[ILjava/lang/Object;)Lncsa/hdf/object/Dataset;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.getFID ( ) : int (1)
[mangled: ncsa/hdf/object/FileFormat.getFID:()I]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.getFilePath ( ) [abstract] : String (1)
[mangled: ncsa/hdf/object/FileFormat.getFilePath:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.getMaxMembers ( ) : int (1)
[mangled: ncsa/hdf/object/FileFormat.getMaxMembers:()I]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.getStartMembers ( ) : int (1)
[mangled: ncsa/hdf/object/FileFormat.getStartMembers:()I]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.isReadOnly ( ) [abstract] : boolean (1)
[mangled: ncsa/hdf/object/FileFormat.isReadOnly:()Z]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.open ( String p1, int p2 ) [abstract] : FileFormat (1)
[mangled: ncsa/hdf/object/FileFormat.open:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.setMaxMembers ( int p1 ) : void (1)
[mangled: ncsa/hdf/object/FileFormat.setMaxMembers:(I)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
[+] FileFormat.setStartMembers ( int p1 ) : void (1)
[mangled: ncsa/hdf/object/FileFormat.setStartMembers:(I)V]
| Change | Effect |
---|
1 | Method became final.
| A client program trying to reimplement this method may be interrupted by VerifyError exception. |
to the top
Problems with Data Types, Low Severity (38)
jhdf.jar
package ncsa.hdf.hdflib
[+] HDFLibrary (1)
| Change | Effect |
---|
1 | Field H45PATH_PROPERTY_KEY (java.lang.String) with the compile-time constant value "ncsa.hdf.h4toh5lib.h4toh5.h45lib" has been removed from this class. | A client program may change behavior. |
[+] affected methods (278)
HDFLibrary ( )This constructor is from 'HDFLibrary' class.
ANannlen ( int )This method is from 'HDFLibrary' class.
ANannlist ( int, int, int, int, int[ ] )This method is from 'HDFLibrary' class.
ANatype2tag ( int )This method is from 'HDFLibrary' class.
ANcreate ( int, short, short, int )This method is from 'HDFLibrary' class.
ANcreatef ( int, int )This method is from 'HDFLibrary' class.
ANdestroy ( )This method is from 'HDFLibrary' class.
ANend ( int )This method is from 'HDFLibrary' class.
ANendaccess ( int )This method is from 'HDFLibrary' class.
ANfileinfo ( int, int[ ] )This method is from 'HDFLibrary' class.
ANget_tagref ( int, int, int, short[ ] )This method is from 'HDFLibrary' class.
ANid2tagref ( int, short[ ] )This method is from 'HDFLibrary' class.
...
jhdf4obj.jar
package ncsa.hdf.object.h4
[+] H4Datatype (1)
| Change | Effect |
---|
1 | Method close ( int ) has been overridden by close ( int ) | Method close ( int ) will be called instead of close ( int ) in a client program. |
[+] affected methods (1)
close ( int )Method 'close ( int )' will be called instead of this method in a client program.
[+] H4File (9)
| Change | Effect |
---|
1 | Method copy ( HObject, Group ) has been moved up type hierarchy to copy ( HObject, Group ) | Method copy ( HObject, Group ) will be called instead of copy ( HObject, Group ) in a client program. |
2 | Method create ( String ) has been moved up type hierarchy to create ( String ) | Method create ( String ) will be called instead of create ( String ) in a client program. |
3 | Method createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) has been moved up type hierarchy to createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) | Method createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) will be called instead of createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) in a client program. |
4 | Method getFilePath ( ) has been moved up type hierarchy to getFilePath ( ) | Method getFilePath ( ) will be called instead of getFilePath ( ) in a client program. |
5 | Method isReadOnly ( ) has been moved up type hierarchy to isReadOnly ( ) | Method isReadOnly ( ) will be called instead of isReadOnly ( ) in a client program. |
6 | Method open ( String, int ) has been moved up type hierarchy to open ( String, int ) | Method open ( String, int ) will be called instead of open ( String, int ) in a client program. |
7 | Method copy ( HObject, Group, String ) has been overridden by copy ( HObject, Group, String ) | Method copy ( HObject, Group, String ) will be called instead of copy ( HObject, Group, String ) in a client program. |
8 | Method createDatatype ( int, int, int, int, String ) has been overridden by createDatatype ( int, int, int, int, String ) | Method createDatatype ( int, int, int, int, String ) will be called instead of createDatatype ( int, int, int, int, String ) in a client program. |
9 | Method createLink ( Group, String, HObject ) has been overridden by createLink ( Group, String, HObject ) | Method createLink ( Group, String, HObject ) will be called instead of createLink ( Group, String, HObject ) in a client program. |
[+] affected methods (9)
copy ( HObject, Group, String )Method 'copy ( HObject, Group, String )' will be called instead of this method in a client program.
createDatatype ( int, int, int, int, String )Method 'createDatatype ( int, int, int, int, String )' will be called instead of this method in a client program.
createLink ( Group, String, HObject )Method 'createLink ( Group, String, HObject )' will be called instead of this method in a client program.
copy ( HObject, Group )Method 'copy ( HObject, Group )' will be called instead of this method in a client program.
create ( String )Method 'create ( String )' will be called instead of this method in a client program.
createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )Method 'createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )' will be called instead of this method in a client program.
getFilePath ( )Method 'getFilePath ( )' will be called instead of this method in a client program.
isReadOnly ( )Method 'isReadOnly ( )' will be called instead of this method in a client program.
open ( String, int )Method 'open ( String, int )' will be called instead of this method in a client program.
[+] H4GRImage (2)
| Change | Effect |
---|
1 | Method convertFromUnsignedC ( ) has been moved up type hierarchy to convertFromUnsignedC ( ) | Method convertFromUnsignedC ( ) will be called instead of convertFromUnsignedC ( ) in a client program. |
2 | Method convertToUnsignedC ( ) has been moved up type hierarchy to convertToUnsignedC ( ) | Method convertToUnsignedC ( ) will be called instead of convertToUnsignedC ( ) in a client program. |
[+] affected methods (2)
convertFromUnsignedC ( )Method 'convertFromUnsignedC ( )' will be called instead of this method in a client program.
convertToUnsignedC ( )Method 'convertToUnsignedC ( )' will be called instead of this method in a client program.
[+] H4Vdata (1)
| Change | Effect |
---|
1 | Method copy ( Group, String, long[ ], Object ) has been moved up type hierarchy to copy ( Group, String, long[ ], Object ) | Method copy ( Group, String, long[ ], Object ) will be called instead of copy ( Group, String, long[ ], Object ) in a client program. |
[+] affected methods (1)
copy ( Group, String, long[ ], Object )Method 'copy ( Group, String, long[ ], Object )' will be called instead of this method in a client program.
jhdf5.jar
package ncsa.hdf.hdf5lib
[+] H5 (1)
| Change | Effect |
---|
1 | Field H45PATH_PROPERTY_KEY (java.lang.String) with the compile-time constant value "ncsa.hdf.h4toh5lib.h4toh5.h45lib" has been removed from this class. | A client program may change behavior. |
[+] affected methods (249)
H5 ( )This constructor is from 'H5' class.
H5Aclose ( int )This method is from 'H5' class.
H5Acreate ( int, String, int, int, int )This method is from 'H5' class.
H5Adelete ( int, String )This method is from 'H5' class.
H5Aget_name ( int, long, String[ ] )This method is from 'H5' class.
H5Aget_num_attrs ( int )This method is from 'H5' class.
H5Aget_space ( int )This method is from 'H5' class.
H5Aget_type ( int )This method is from 'H5' class.
H5Aopen_idx ( int, int )This method is from 'H5' class.
H5Aopen_name ( int, String )This method is from 'H5' class.
H5Aread ( int, int, byte[ ] )This method is from 'H5' class.
H5Aread ( int, int, Object )This method is from 'H5' class.
...
jhdf5obj.jar
package ncsa.hdf.object.h5
[+] H5CompoundDS (1)
| Change | Effect |
---|
1 | Method copy ( Group, String, long[ ], Object ) has been moved up type hierarchy to copy ( Group, String, long[ ], Object ) | Method copy ( Group, String, long[ ], Object ) will be called instead of copy ( Group, String, long[ ], Object ) in a client program. |
[+] affected methods (1)
copy ( Group, String, long[ ], Object )Method 'copy ( Group, String, long[ ], Object )' will be called instead of this method in a client program.
[+] H5File (6)
| Change | Effect |
---|
1 | Method copy ( HObject, Group ) has been moved up type hierarchy to copy ( HObject, Group ) | Method copy ( HObject, Group ) will be called instead of copy ( HObject, Group ) in a client program. |
2 | Method create ( String ) has been moved up type hierarchy to create ( String ) | Method create ( String ) will be called instead of create ( String ) in a client program. |
3 | Method createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) has been moved up type hierarchy to createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) | Method createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) will be called instead of createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object ) in a client program. |
4 | Method getFilePath ( ) has been moved up type hierarchy to getFilePath ( ) | Method getFilePath ( ) will be called instead of getFilePath ( ) in a client program. |
5 | Method isReadOnly ( ) has been moved up type hierarchy to isReadOnly ( ) | Method isReadOnly ( ) will be called instead of isReadOnly ( ) in a client program. |
6 | Method open ( String, int ) has been moved up type hierarchy to open ( String, int ) | Method open ( String, int ) will be called instead of open ( String, int ) in a client program. |
[+] affected methods (6)
copy ( HObject, Group )Method 'copy ( HObject, Group )' will be called instead of this method in a client program.
create ( String )Method 'create ( String )' will be called instead of this method in a client program.
createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )Method 'createCompoundDS ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )' will be called instead of this method in a client program.
getFilePath ( )Method 'getFilePath ( )' will be called instead of this method in a client program.
isReadOnly ( )Method 'isReadOnly ( )' will be called instead of this method in a client program.
open ( String, int )Method 'open ( String, int )' will be called instead of this method in a client program.
[+] H5Group (1)
| Change | Effect |
---|
1 | Method getNumberOfMembersInFile ( ) has been overridden by getNumberOfMembersInFile ( ) | Method getNumberOfMembersInFile ( ) will be called instead of getNumberOfMembersInFile ( ) in a client program. |
[+] affected methods (1)
getNumberOfMembersInFile ( )Method 'getNumberOfMembersInFile ( )' will be called instead of this method in a client program.
jhdfobj.jar
package ncsa.hdf.object
[+] Attribute (1)
| Change | Effect |
---|
1 | Field DEFAULT_STRING_ATTRIBUTE_LENGTH (int) with the compile-time constant value 256 has been removed from this class. | A client program may change behavior. |
[+] affected methods (17)
Attribute ( String, Datatype, long[ ] )This constructor is from 'Attribute' class.
getDataDims ( )This method is from 'Attribute' class.
getName ( )This method is from 'Attribute' class.
getRank ( )This method is from 'Attribute' class.
getType ( )This method is from 'Attribute' class.
getValue ( )This method is from 'Attribute' class.
isUnsigned ( )This method is from 'Attribute' class.
setValue ( Object )This method is from 'Attribute' class.
toString ( String )This method is from 'Attribute' class.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this abstract method has type 'Attribute'.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this method has type 'Attribute'.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this method has type 'Attribute'.
...
[+] CompoundDS (1)
| Change | Effect |
---|
1 | Method copy ( Group, String, long[ ], Object ) has been overridden by copy ( Group, String, long[ ], Object ) | Method copy ( Group, String, long[ ], Object ) will be called instead of copy ( Group, String, long[ ], Object ) in a client program. |
[+] affected methods (1)
copy ( Group, String, long[ ], Object )Method 'copy ( Group, String, long[ ], Object )' will be called instead of this method in a client program.
[+] Dataset (2)
| Change | Effect |
---|
1 | Field H5Z_FILTER_CONFIG_DECODE_ENABLED (java.lang.String) with the compile-time constant value "H5Z_FILTER_CONFIG_DECODE_ENABLED" has been removed from this class. | A client program may change behavior. |
2 | Field H5Z_FILTER_CONFIG_ENCODE_ENABLED (java.lang.String) with the compile-time constant value "H5Z_FILTER_CONFIG_ENCODE_ENABLED" has been removed from this class. | A client program may change behavior. |
[+] affected methods (41)
Dataset ( FileFormat, String, String )This constructor is from 'Dataset' abstract class.
Dataset ( FileFormat, String, String, long[ ] )This constructor is from 'Dataset' abstract class.
byteToString ( byte[ ], int )This method is from 'Dataset' abstract class.
clearData ( )This method is from 'Dataset' abstract class.
convertFromUnsignedC ( Object )This method is from 'Dataset' abstract class.
convertToUnsignedC ( Object )This method is from 'Dataset' abstract class.
copy ( Group, String, long[ ], Object )This abstract method is from 'Dataset' abstract class.
getChunkSize ( )This method is from 'Dataset' abstract class.
getCompression ( )This method is from 'Dataset' abstract class.
getData ( )This method is from 'Dataset' abstract class.
getDatatype ( )This abstract method is from 'Dataset' abstract class.
getDimNames ( )This method is from 'Dataset' abstract class.
...
[+] FileFormat (8)
| Change | Effect |
---|
1 | Abstract method copy ( HObject, Group ) became non-abstract. | Some methods in this class may change behavior. |
2 | Abstract method create ( String ) became non-abstract. | Some methods in this class may change behavior. |
3 | Abstract method getFilePath ( ) became non-abstract. | Some methods in this class may change behavior. |
4 | Abstract method isReadOnly ( ) became non-abstract. | Some methods in this class may change behavior. |
5 | Abstract method open ( String, int ) became non-abstract. | Some methods in this class may change behavior. |
6 | Field FILE_TYPE_JPEG (java.lang.String) with the compile-time constant value "JPEG" has been removed from this class. | A client program may change behavior. |
7 | Field FILE_TYPE_PNG (java.lang.String) with the compile-time constant value "PNG" has been removed from this class. | A client program may change behavior. |
8 | Field FILE_TYPE_TIFF (java.lang.String) with the compile-time constant value "TIFF" has been removed from this class. | A client program may change behavior. |
[+] affected methods (74)
CompoundDS ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
CompoundDS ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
FileFormat ( String )This constructor is from 'FileFormat' abstract class.
addFileExtension ( String )This method is from 'FileFormat' abstract class.
addFileFormat ( String, FileFormat )2nd parameter 'p2' of this method has type 'FileFormat'.
close ( )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group, String )This method is from 'FileFormat' abstract class.
create ( String )This abstract method is from 'FileFormat' abstract class.
...
[+] Group (1)
| Change | Effect |
---|
1 | Method setName ( String ) has been overridden by setName ( String ) | Method setName ( String ) will be called instead of setName ( String ) in a client program. |
[+] affected methods (1)
setName ( String )Method 'setName ( String )' will be called instead of this method in a client program.
[+] HObject (1)
| Change | Effect |
---|
1 | Field oid became non-final. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (56)
copy ( HObject, Group )1st parameter 'p1' of this abstract method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this method has type 'HObject'.
createLink ( Group, String, HObject )3rd parameter 'p3' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this abstract method has type 'HObject'.
get ( String )Return value of this method has type 'HObject'.
getHObject ( String )Return value of this method has type 'HObject'.
getHObject ( String, String )Return value of this method has type 'HObject'.
writeAttribute ( HObject, Attribute, boolean )1st parameter 'p1' of this abstract method has type 'HObject'.
addToMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
removeFromMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this method has type 'HObject'.
get ( String )Return value of this method has type 'HObject'.
...
jhdfview.jar
package ncsa.hdf.view
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Value of final field VERSION (java.lang.String) has been changed from "2.3" to "2.4". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (73)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
getDatasetIconA ( )This method is from 'ViewProperties' class.
getDatatypeIcon ( )This method is from 'ViewProperties' class.
getDatatypeIconA ( )This method is from 'ViewProperties' class.
getFilecloseIcon ( )This method is from 'ViewProperties' class.
...
to the top
Problems with Methods, Low Severity (12)
jh5srb.jar, SRBFileDialog
package ncsa.hdf.srb
[+] SRBFileDialog.SRBFileDialog ( Frame p1 ) (1)
[mangled: ncsa/hdf/srb/SRBFileDialog."<init>":(Ljava/awt/Frame;)V]
| Change | Effect |
---|
1 | Added java.lang.Throwable exception thrown.
| A client program may be interrupted by added exception. |
jhdf5.jar, H5
package ncsa.hdf.hdf5lib
[+] H5.H5Fget_filesize ( int p1 ) [static] : long (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_filesize:(I)J]
| Change | Effect |
---|
1 | Added exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Fget_name ( int p1, String p2, int p3 ) [static] : long (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Fget_name:(ILjava/lang/String;I)J]
| Change | Effect |
---|
1 | Added exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Iget_file_id ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Iget_file_id:(I)I]
| Change | Effect |
---|
1 | Added exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Premove_filter ( int p1, int p2 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Premove_filter:(II)I]
| Change | Effect |
---|
1 | Added exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
[+] H5.H5Zget_filter_info ( int p1 ) [static] : int (1)
[mangled: ncsa/hdf/hdf5lib/H5.H5Zget_filter_info:(I)I]
| Change | Effect |
---|
1 | Added ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException exception thrown.
| A client program may be interrupted by added exception. |
jhdf5obj.jar, H5File
package ncsa.hdf.object.h5
[+] H5File.createImageAttributes ( Dataset p1, int p2 ) [static] : void (1)
[mangled: ncsa/hdf/object/h5/H5File.createImageAttributes:(Lncsa/hdf/object/Dataset;I)V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: createImageAttributes(Dataset, int) in client class C cannot override createImageAttributes(Dataset, int) in ncsa.hdf.object.h5.H5File; overridden method is final. |
jhdfobj.jar, FileFormat
package ncsa.hdf.object
[+] FileFormat.copy ( HObject p1, Group p2 ) [abstract] : TreeNode (1)
[mangled: ncsa/hdf/object/FileFormat.copy:(Lncsa/hdf/object/HObject;Lncsa/hdf/object/Group;)Ljavax/swing/tree/TreeNode;]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
[+] FileFormat.create ( String p1 ) [abstract] : FileFormat (1)
[mangled: ncsa/hdf/object/FileFormat.create:(Ljava/lang/String;)Lncsa/hdf/object/FileFormat;]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
[+] FileFormat.getFilePath ( ) [abstract] : String (1)
[mangled: ncsa/hdf/object/FileFormat.getFilePath:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
[+] FileFormat.isReadOnly ( ) [abstract] : boolean (1)
[mangled: ncsa/hdf/object/FileFormat.isReadOnly:()Z]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
[+] FileFormat.open ( String p1, int p2 ) [abstract] : FileFormat (1)
[mangled: ncsa/hdf/object/FileFormat.open:(Ljava/lang/String;I)Lncsa/hdf/object/FileFormat;]
| Change | Effect |
---|
1 | Method became non-abstract.
| A client program may change behavior. |
to the top
Other Changes in Data Types (68)
jh5srb.jar
package ncsa.hdf.srb
[+] SRBFileDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
SRBFileDialog ( Frame )This constructor is from 'SRBFileDialog' class.
actionPerformed ( ActionEvent )This method is from 'SRBFileDialog' class.
jhdf4obj.jar
package ncsa.hdf.object.h4
[+] H4Datatype (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
H4Datatype ( int )This constructor is from 'H4Datatype' class.
H4Datatype ( int, int, int, int )This constructor is from 'H4Datatype' class.
allocateArray ( int, int )This method is from 'H4Datatype' class.
fromNative ( int )This method is from 'H4Datatype' class.
getDatatypeDescription ( )This method is from 'H4Datatype' class.
getDatatypeDescription ( int )This method is from 'H4Datatype' class.
isUnsigned ( )This method is from 'H4Datatype' class.
isUnsigned ( int )This method is from 'H4Datatype' class.
toNative ( )This method is from 'H4Datatype' class.
[+] H4File (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (16)
H4File ( )This constructor is from 'H4File' class.
H4File ( String )This constructor is from 'H4File' class.
H4File ( String, int )This constructor is from 'H4File' class.
close ( )This method is from 'H4File' class.
createDatatype ( int, int, int, int )This method is from 'H4File' class.
createGroup ( String, Group )This method is from 'H4File' class.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H4File' class.
createScalarDS ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H4File' class.
delete ( HObject )This method is from 'H4File' class.
get ( String )This method is from 'H4File' class.
getLibversion ( )This method is from 'H4File' class.
getRootNode ( )This method is from 'H4File' class.
...
[+] H4GRImage (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
H4GRImage ( FileFormat, String, String )This constructor is from 'H4GRImage' class.
H4GRImage ( FileFormat, String, String, long[ ] )This constructor is from 'H4GRImage' class.
close ( int )This method is from 'H4GRImage' class.
copy ( Group, String, long[ ], Object )This method is from 'H4GRImage' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H4GRImage' class.
getComponentCount ( )This method is from 'H4GRImage' class.
getDatatype ( )This method is from 'H4GRImage' class.
getMetadata ( )This method is from 'H4GRImage' class.
getPalette ( )This method is from 'H4GRImage' class.
getPaletteRefs ( )This method is from 'H4GRImage' class.
init ( )This method is from 'H4GRImage' class.
open ( )This method is from 'H4GRImage' class.
...
[+] H4Group (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
H4Group ( FileFormat, String, String, Group )This constructor is from 'H4Group' class.
H4Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H4Group' class.
close ( int )This method is from 'H4Group' class.
create ( String, Group )This method is from 'H4Group' class.
getMetadata ( )This method is from 'H4Group' class.
open ( )This method is from 'H4Group' class.
removeMetadata ( Object )This method is from 'H4Group' class.
writeMetadata ( Object )This method is from 'H4Group' class.
[+] H4SDS (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (17)
H4SDS ( FileFormat, String, String )This constructor is from 'H4SDS' class.
H4SDS ( FileFormat, String, String, long[ ] )This constructor is from 'H4SDS' class.
close ( int )This method is from 'H4SDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H4SDS' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H4SDS' class.
getDatatype ( )This method is from 'H4SDS' class.
getMetadata ( )This method is from 'H4SDS' class.
getPalette ( )This method is from 'H4SDS' class.
getPaletteRefs ( )This method is from 'H4SDS' class.
init ( )This method is from 'H4SDS' class.
open ( )This method is from 'H4SDS' class.
read ( )This method is from 'H4SDS' class.
...
[+] H4Vdata (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (15)
H4Vdata ( FileFormat, String, String )This constructor is from 'H4Vdata' class.
H4Vdata ( FileFormat, String, String, long[ ] )This constructor is from 'H4Vdata' class.
close ( int )This method is from 'H4Vdata' class.
getDatatype ( )This method is from 'H4Vdata' class.
getFieldCount ( )This method is from 'H4Vdata' class.
getFieldOrders ( )This method is from 'H4Vdata' class.
getMetadata ( )This method is from 'H4Vdata' class.
getRecordCount ( )This method is from 'H4Vdata' class.
init ( )This method is from 'H4Vdata' class.
open ( )This method is from 'H4Vdata' class.
read ( )This method is from 'H4Vdata' class.
readBytes ( )This method is from 'H4Vdata' class.
...
jhdf5.jar
package ncsa.hdf.hdf5lib
[+] HDF5Constants (2)
| Change | Effect |
---|
1 | Field H5F_OBJ_ATTR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field H5T_VARIABLE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
HDF5Constants ( )This constructor is from 'HDF5Constants' class.
jhdf5obj.jar
package ncsa.hdf.object.h5
[+] H5CompoundDS (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (15)
H5CompoundDS ( FileFormat, String, String )This constructor is from 'H5CompoundDS' class.
H5CompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5CompoundDS' class.
close ( int )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], int[ ][ ], Object )This method is from 'H5CompoundDS' class.
create ( String, Group, long[ ], String[ ], Datatype[ ], int[ ], Object )This method is from 'H5CompoundDS' class.
getDatatype ( )This method is from 'H5CompoundDS' class.
getMetadata ( )This method is from 'H5CompoundDS' class.
init ( )This method is from 'H5CompoundDS' class.
open ( )This method is from 'H5CompoundDS' class.
read ( )This method is from 'H5CompoundDS' class.
readBytes ( )This method is from 'H5CompoundDS' class.
removeMetadata ( Object )This method is from 'H5CompoundDS' class.
...
[+] H5Datatype (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (17)
H5Datatype ( int )This constructor is from 'H5Datatype' class.
H5Datatype ( int, int, int, int )This constructor is from 'H5Datatype' class.
H5Datatype ( FileFormat, String, String, long[ ] )This constructor is from 'H5Datatype' class.
allocateArray ( int, int )This method is from 'H5Datatype' class.
close ( int )This method is from 'H5Datatype' class.
fromNative ( int )This method is from 'H5Datatype' class.
getDatatypeDescription ( )This method is from 'H5Datatype' class.
getDatatypeDescription ( int )This method is from 'H5Datatype' class.
getDatatypeSize ( int )This method is from 'H5Datatype' class.
getMetadata ( )This method is from 'H5Datatype' class.
isUnsigned ( )This method is from 'H5Datatype' class.
isUnsigned ( int )This method is from 'H5Datatype' class.
...
[+] H5File (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (25)
H5File ( )This constructor is from 'H5File' class.
H5File ( String )This constructor is from 'H5File' class.
H5File ( String, int )This constructor is from 'H5File' class.
close ( )This method is from 'H5File' class.
copy ( HObject, Group, String )This method is from 'H5File' class.
copyAttributes ( int, int )This method is from 'H5File' class.
copyAttributes ( HObject, HObject )This method is from 'H5File' class.
createDatatype ( int, int, int, int )This method is from 'H5File' class.
createDatatype ( int, int, int, int, String )This method is from 'H5File' class.
createGroup ( String, Group )This method is from 'H5File' class.
createImage ( String, Group, Datatype, long[ ], long[ ], long[ ], int, int, int, Object )This method is from 'H5File' class.
createImageAttributes ( Dataset, int )This method is from 'H5File' class.
...
[+] H5Group (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
H5Group ( FileFormat, String, String, Group )This constructor is from 'H5Group' class.
H5Group ( FileFormat, String, String, Group, long[ ] )This constructor is from 'H5Group' class.
close ( int )This method is from 'H5Group' class.
create ( String, Group )This method is from 'H5Group' class.
getMetadata ( )This method is from 'H5Group' class.
open ( )This method is from 'H5Group' class.
removeMetadata ( Object )This method is from 'H5Group' class.
setName ( String )This method is from 'H5Group' class.
setPath ( String )This method is from 'H5Group' class.
writeMetadata ( Object )This method is from 'H5Group' class.
[+] H5ScalarDS (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
H5ScalarDS ( FileFormat, String, String )This constructor is from 'H5ScalarDS' class.
H5ScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'H5ScalarDS' class.
close ( int )This method is from 'H5ScalarDS' class.
copy ( Group, String, long[ ], Object )This method is from 'H5ScalarDS' class.
create ( String, Group, Datatype, long[ ], long[ ], long[ ], int, Object )This method is from 'H5ScalarDS' class.
getDatatype ( )This method is from 'H5ScalarDS' class.
getMetadata ( )This method is from 'H5ScalarDS' class.
getPalette ( )This method is from 'H5ScalarDS' class.
getPaletteRefs ( )This method is from 'H5ScalarDS' class.
init ( )This method is from 'H5ScalarDS' class.
open ( )This method is from 'H5ScalarDS' class.
read ( )This method is from 'H5ScalarDS' class.
...
jhdfobj.jar
package ncsa.hdf.object
[+] Attribute (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (17)
Attribute ( String, Datatype, long[ ] )This constructor is from 'Attribute' class.
getDataDims ( )This method is from 'Attribute' class.
getName ( )This method is from 'Attribute' class.
getRank ( )This method is from 'Attribute' class.
getType ( )This method is from 'Attribute' class.
getValue ( )This method is from 'Attribute' class.
isUnsigned ( )This method is from 'Attribute' class.
setValue ( Object )This method is from 'Attribute' class.
toString ( String )This method is from 'Attribute' class.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this abstract method has type 'Attribute'.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this method has type 'Attribute'.
writeAttribute ( HObject, Attribute, boolean )2nd parameter 'p2' of this method has type 'Attribute'.
...
[+] CompoundDS (1)
| Change | Effect |
---|
1 | Field separator has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
CompoundDS ( FileFormat, String, String )This constructor is from 'CompoundDS' abstract class.
CompoundDS ( FileFormat, String, String, long[ ] )This constructor is from 'CompoundDS' abstract class.
getMemberCount ( )This method is from 'CompoundDS' abstract class.
getMemberNames ( )This method is from 'CompoundDS' abstract class.
getMemberOrders ( )This method is from 'CompoundDS' abstract class.
getMemeberDims ( int )This method is from 'CompoundDS' abstract class.
getSelectedMemberCount ( )This method is from 'CompoundDS' abstract class.
getSelectedMemberOrders ( )This method is from 'CompoundDS' abstract class.
isMemberSelected ( int )This method is from 'CompoundDS' abstract class.
selectMember ( int )This method is from 'CompoundDS' abstract class.
setMemberSelection ( boolean )This method is from 'CompoundDS' abstract class.
...
[+] DataFormat (1)
| Change | Effect |
---|
1 | Abstract method hasAttribute ( ) has been added to this interface. | No effect. |
[+] affected methods (10)
getFile ( )This abstract method is from 'DataFormat' interface.
getMetadata ( )This abstract method is from 'DataFormat' interface.
removeMetadata ( Object )This abstract method is from 'DataFormat' interface.
writeMetadata ( Object )This abstract method is from 'DataFormat' interface.
getObject ( )Return value of this method has type 'DataFormat'.
getObject ( )Return value of this method has type 'DataFormat'.
getObject ( )Return value of this method has type 'DataFormat'.
getObject ( )Return value of this method has type 'DataFormat'.
getObject ( )Return value of this method has type 'DataFormat'.
getObject ( )Return value of this method has type 'DataFormat'.
[+] Dataset (5)
| Change | Effect |
---|
1 | Field convertByteToString has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field convertedBuf has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field isDataLoaded has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field nPoints has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field originalBuf has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (41)
Dataset ( FileFormat, String, String )This constructor is from 'Dataset' abstract class.
Dataset ( FileFormat, String, String, long[ ] )This constructor is from 'Dataset' abstract class.
byteToString ( byte[ ], int )This method is from 'Dataset' abstract class.
clearData ( )This method is from 'Dataset' abstract class.
convertFromUnsignedC ( Object )This method is from 'Dataset' abstract class.
convertToUnsignedC ( Object )This method is from 'Dataset' abstract class.
copy ( Group, String, long[ ], Object )This abstract method is from 'Dataset' abstract class.
getChunkSize ( )This method is from 'Dataset' abstract class.
getCompression ( )This method is from 'Dataset' abstract class.
getData ( )This method is from 'Dataset' abstract class.
getDatatype ( )This abstract method is from 'Dataset' abstract class.
getDimNames ( )This method is from 'Dataset' abstract class.
...
[+] Datatype (3)
| Change | Effect |
---|
1 | Field baseType has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field dims has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field enumMembers has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (72)
Attribute ( String, Datatype, long[ ] )2nd parameter 'p2' of this method has type 'Datatype'.
getType ( )Return value of this method has type 'Datatype'.
Dataset ( FileFormat, String, String )Field 'this.datatype' in the object of this method has type 'Datatype'.
Dataset ( FileFormat, String, String, long[ ] )Field 'this.datatype' in the object of this method has type 'Datatype'.
byteToString ( byte[ ], int )Field 'this.datatype' in the object of this method has type 'Datatype'.
clearData ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertFromUnsignedC ( Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
convertToUnsignedC ( Object )Field 'this.datatype' in the object of this method has type 'Datatype'.
copy ( Group, String, long[ ], Object )Field 'this.datatype' in the object of this abstract method has type 'Datatype'.
getChunkSize ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
getCompression ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
getData ( )Field 'this.datatype' in the object of this method has type 'Datatype'.
...
[+] FileFormat (4)
| Change | Effect |
---|
1 | Field FILE_CREATE_DELETE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field FILE_CREATE_OPEN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field fullFileName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field isReadOnly has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (74)
CompoundDS ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
CompoundDS ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String )1st parameter 'p1' of this method has type 'FileFormat'.
Dataset ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
Datatype ( FileFormat, String, String, long[ ] )1st parameter 'p1' of this method has type 'FileFormat'.
FileFormat ( String )This constructor is from 'FileFormat' abstract class.
addFileExtension ( String )This method is from 'FileFormat' abstract class.
addFileFormat ( String, FileFormat )2nd parameter 'p2' of this method has type 'FileFormat'.
close ( )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group )This abstract method is from 'FileFormat' abstract class.
copy ( HObject, Group, String )This method is from 'FileFormat' abstract class.
create ( String )This abstract method is from 'FileFormat' abstract class.
...
[+] HObject (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (56)
copy ( HObject, Group )1st parameter 'p1' of this abstract method has type 'HObject'.
copy ( HObject, Group, String )1st parameter 'p1' of this method has type 'HObject'.
createLink ( Group, String, HObject )3rd parameter 'p3' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this abstract method has type 'HObject'.
get ( String )Return value of this method has type 'HObject'.
getHObject ( String )Return value of this method has type 'HObject'.
getHObject ( String, String )Return value of this method has type 'HObject'.
writeAttribute ( HObject, Attribute, boolean )1st parameter 'p1' of this abstract method has type 'HObject'.
addToMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
removeFromMemberList ( HObject )1st parameter 'p1' of this method has type 'HObject'.
delete ( HObject )1st parameter 'p1' of this method has type 'HObject'.
get ( String )Return value of this method has type 'HObject'.
...
[+] ScalarDS (2)
| Change | Effect |
---|
1 | Field fillValue has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field isImageDisplay has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (13)
ScalarDS ( FileFormat, String, String )This constructor is from 'ScalarDS' abstract class.
ScalarDS ( FileFormat, String, String, long[ ] )This constructor is from 'ScalarDS' abstract class.
clearData ( )This method is from 'ScalarDS' abstract class.
getImageDataRange ( )This method is from 'ScalarDS' abstract class.
getInterlace ( )This method is from 'ScalarDS' abstract class.
getPalette ( )This abstract method is from 'ScalarDS' abstract class.
getPaletteRefs ( )This abstract method is from 'ScalarDS' abstract class.
isImage ( )This method is from 'ScalarDS' abstract class.
isText ( )This method is from 'ScalarDS' abstract class.
isTrueColor ( )This method is from 'ScalarDS' abstract class.
isUnsigned ( )This method is from 'ScalarDS' abstract class.
readPalette ( int )This abstract method is from 'ScalarDS' abstract class.
...
jhdfview.jar
package ncsa.hdf.view
[+] Chart (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (6)
Chart ( Frame, String, int, double[ ][ ], double[ ], double[ ] )This constructor is from 'Chart' class.
actionPerformed ( ActionEvent )This method is from 'Chart' class.
createUI ( )This method is from 'Chart' class.
setLineColors ( Color[ ] )This method is from 'Chart' class.
setLineLabels ( String[ ] )This method is from 'Chart' class.
setTypeToInteger ( )This method is from 'Chart' class.
[+] DataOptionDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
DataOptionDialog ( ViewManager, Dataset )This constructor is from 'DataOptionDialog' class.
actionPerformed ( ActionEvent )This method is from 'DataOptionDialog' class.
getDataViewName ( )This method is from 'DataOptionDialog' class.
isCancelled ( )This method is from 'DataOptionDialog' class.
isDisplayTypeChar ( )This method is from 'DataOptionDialog' class.
isImageDisplay ( )This method is from 'DataOptionDialog' class.
isTransposed ( )This method is from 'DataOptionDialog' class.
itemStateChanged ( ItemEvent )This method is from 'DataOptionDialog' class.
[+] DataView (4)
| Change | Effect |
---|
1 | Field DATAVIEW_IMAGE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field DATAVIEW_TABLE has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field DATAVIEW_TEXT has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field DATAVIEW_UNKNOWN has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
dispose ( )This abstract method is from 'DataView' interface.
getDataObject ( )This abstract method is from 'DataView' interface.
showDataContent ( HObject )Return value of this method has type 'DataView'.
addDataView ( DataView )1st parameter 'p1' of this method has type 'DataView'.
getDataView ( HObject )Return value of this method has type 'DataView'.
removeDataView ( DataView )1st parameter 'p1' of this method has type 'DataView'.
NewDatasetDialog ( JFrame, Group, List, DataView )4th parameter 'p4' of this method has type 'DataView'.
showDataContent ( HObject )Return value of this abstract method has type 'DataView'.
addDataView ( DataView )1st parameter 'p1' of this abstract method has type 'DataView'.
getDataView ( HObject )Return value of this abstract method has type 'DataView'.
removeDataView ( DataView )1st parameter 'p1' of this abstract method has type 'DataView'.
...
[+] DefaultImageView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (16)
DefaultImageView ( ViewManager )This constructor is from 'DefaultImageView' class.
DefaultImageView ( ViewManager, Boolean )This constructor is from 'DefaultImageView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultImageView' class.
createIndexedImage ( byte[ ], byte[ ][ ], int, int )This method is from 'DefaultImageView' class.
createTrueColorImage ( byte[ ], boolean, int, int )This method is from 'DefaultImageView' class.
dispose ( )This method is from 'DefaultImageView' class.
getDataObject ( )This method is from 'DefaultImageView' class.
getImage ( )This method is from 'DefaultImageView' class.
getImageByteData ( )This method is from 'DefaultImageView' class.
getPalette ( )This method is from 'DefaultImageView' class.
getSelectedArea ( )This method is from 'DefaultImageView' class.
getSelectedData ( )This method is from 'DefaultImageView' class.
...
[+] DefaultMetaDataView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (6)
DefaultMetaDataView ( ViewManager )This constructor is from 'DefaultMetaDataView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultMetaDataView' class.
addAttribute ( HObject )This method is from 'DefaultMetaDataView' class.
deleteAttribute ( HObject )This method is from 'DefaultMetaDataView' class.
dispose ( )This method is from 'DefaultMetaDataView' class.
getDataObject ( )This method is from 'DefaultMetaDataView' class.
[+] DefaultPaletteView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
DefaultPaletteView ( ImageView )This constructor is from 'DefaultPaletteView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultPaletteView' class.
getDataObject ( )This method is from 'DefaultPaletteView' class.
itemStateChanged ( ItemEvent )This method is from 'DefaultPaletteView' class.
mouseClicked ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseDragged ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseEntered ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseExited ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseMoved ( MouseEvent )This method is from 'DefaultPaletteView' class.
mousePressed ( MouseEvent )This method is from 'DefaultPaletteView' class.
mouseReleased ( MouseEvent )This method is from 'DefaultPaletteView' class.
...
[+] DefaultTableView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
DefaultTableView ( ViewManager )This constructor is from 'DefaultTableView' class.
DefaultTableView ( ViewManager, Boolean, Boolean )This constructor is from 'DefaultTableView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTableView' class.
dispose ( )This method is from 'DefaultTableView' class.
getDataObject ( )This method is from 'DefaultTableView' class.
getSelectedData ( )This method is from 'DefaultTableView' class.
getTable ( )This method is from 'DefaultTableView' class.
updateValueInFile ( )This method is from 'DefaultTableView' class.
[+] DefaultTextView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
DefaultTextView ( ViewManager )This constructor is from 'DefaultTextView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTextView' class.
dispose ( )This method is from 'DefaultTextView' class.
getDataObject ( )This method is from 'DefaultTextView' class.
getText ( )This method is from 'DefaultTextView' class.
keyPressed ( KeyEvent )This method is from 'DefaultTextView' class.
keyReleased ( KeyEvent )This method is from 'DefaultTextView' class.
keyTyped ( KeyEvent )This method is from 'DefaultTextView' class.
updateValueInFile ( )This method is from 'DefaultTextView' class.
[+] DefaultTreeView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (14)
DefaultTreeView ( ViewManager )This constructor is from 'DefaultTreeView' class.
actionPerformed ( ActionEvent )This method is from 'DefaultTreeView' class.
addObject ( HObject, Group )This method is from 'DefaultTreeView' class.
closeFile ( FileFormat )This method is from 'DefaultTreeView' class.
findTreeNode ( HObject )This method is from 'DefaultTreeView' class.
getCurrentFiles ( )This method is from 'DefaultTreeView' class.
getCurrentObject ( )This method is from 'DefaultTreeView' class.
getSelectedFile ( )This method is from 'DefaultTreeView' class.
getSelectedObjects ( )This method is from 'DefaultTreeView' class.
getTree ( )This method is from 'DefaultTreeView' class.
openFile ( String, int )This method is from 'DefaultTreeView' class.
saveFile ( FileFormat )This method is from 'DefaultTreeView' class.
...
[+] FileConversionDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
FileConversionDialog ( Frame, String, String, String, List )This constructor is from 'FileConversionDialog' class.
actionPerformed ( ActionEvent )This method is from 'FileConversionDialog' class.
getConvertedFile ( )This method is from 'FileConversionDialog' class.
isFileConverted ( )This method is from 'FileConversionDialog' class.
[+] HDFView (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
actionPerformed ( ActionEvent )This method is from 'HDFView' class.
addDataView ( DataView )This method is from 'HDFView' class.
dispose ( )This method is from 'HDFView' class.
getDataView ( HObject )This method is from 'HDFView' class.
getDataViews ( )This method is from 'HDFView' class.
getListOfImageView ( )This method is from 'HDFView' class.
getListOfMetaDataView ( )This method is from 'HDFView' class.
getListOfPaletteView ( )This method is from 'HDFView' class.
getListOfTableView ( )This method is from 'HDFView' class.
getListOfTextView ( )This method is from 'HDFView' class.
getListOfTreeView ( )This method is from 'HDFView' class.
getTreeView ( )This method is from 'HDFView' class.
...
[+] MathConversionDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
MathConversionDialog ( JFrame, Object )This constructor is from 'MathConversionDialog' class.
actionPerformed ( ActionEvent )This method is from 'MathConversionDialog' class.
isConverted ( )This method is from 'MathConversionDialog' class.
valueChanged ( ListSelectionEvent )This method is from 'MathConversionDialog' class.
[+] NewAttributeDialog (2)
| Change | Effect |
---|
1 | Field DEFAULT_STRING_ATTRIBUTE_LENGTH has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
actionPerformed ( ActionEvent )This method is from 'NewAttributeDialog' class.
getAttribute ( )This method is from 'NewAttributeDialog' class.
hyperlinkUpdate ( HyperlinkEvent )This method is from 'NewAttributeDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewAttributeDialog' class.
[+] NewDatasetDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (7)
NewDatasetDialog ( JFrame, Group, List )This constructor is from 'NewDatasetDialog' class.
NewDatasetDialog ( JFrame, Group, List, DataView )This constructor is from 'NewDatasetDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewDatasetDialog' class.
getObject ( )This method is from 'NewDatasetDialog' class.
getParentGroup ( )This method is from 'NewDatasetDialog' class.
hyperlinkUpdate ( HyperlinkEvent )This method is from 'NewDatasetDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewDatasetDialog' class.
[+] NewDatatypeDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
NewDatatypeDialog ( JFrame, Group, List )This constructor is from 'NewDatatypeDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewDatatypeDialog' class.
getObject ( )This method is from 'NewDatatypeDialog' class.
getParentGroup ( )This method is from 'NewDatatypeDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewDatatypeDialog' class.
[+] NewFileDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
NewFileDialog ( JFrame, String, String, List )This constructor is from 'NewFileDialog' class.
fireActionPerformed ( String )This method is from 'NewFileDialog' class.
getFile ( )This method is from 'NewFileDialog' class.
isFileCreated ( )This method is from 'NewFileDialog' class.
[+] NewGroupDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
NewGroupDialog ( Frame, Group, List )This constructor is from 'NewGroupDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewGroupDialog' class.
getObject ( )This method is from 'NewGroupDialog' class.
getParentGroup ( )This method is from 'NewGroupDialog' class.
[+] NewImageDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
NewImageDialog ( Frame, Group, List )This constructor is from 'NewImageDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewImageDialog' class.
getObject ( )This method is from 'NewImageDialog' class.
getParentGroup ( )This method is from 'NewImageDialog' class.
itemStateChanged ( ItemEvent )This method is from 'NewImageDialog' class.
[+] NewLinkDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
NewLinkDialog ( JFrame, Group, List )This constructor is from 'NewLinkDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewLinkDialog' class.
getObject ( )This method is from 'NewLinkDialog' class.
getParentGroup ( )This method is from 'NewLinkDialog' class.
[+] NewTableDataDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
NewTableDataDialog ( JFrame, Group, List )This constructor is from 'NewTableDataDialog' class.
actionPerformed ( ActionEvent )This method is from 'NewTableDataDialog' class.
getObject ( )This method is from 'NewTableDataDialog' class.
getParentGroup ( )This method is from 'NewTableDataDialog' class.
[+] Tools (10)
| Change | Effect |
---|
1 | Field FILE_TYPE_JPEG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field FILE_TYPE_PNG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field FILE_TYPE_TIFF has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field MAX_INT16 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field MAX_INT32 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field MAX_INT64 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field MAX_INT8 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field MAX_UINT16 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field MAX_UINT32 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field MAX_UINT8 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (12)
Tools ( )This constructor is from 'Tools' class.
convertImageToHDF ( String, String, String, String )This method is from 'Tools' class.
createGrayPalette ( )This method is from 'Tools' class.
createGrayWavePalette ( )This method is from 'Tools' class.
createIndexedImage ( byte[ ], byte[ ][ ], int, int )This method is from 'Tools' class.
createNaturePalette ( )This method is from 'Tools' class.
createRainbowPalette ( )This method is from 'Tools' class.
createTrueColorImage ( byte[ ], boolean, int, int )This method is from 'Tools' class.
createWavePalette ( )This method is from 'Tools' class.
hasAlpha ( Image )This method is from 'Tools' class.
newInstance ( Class, Object[ ] )This method is from 'Tools' class.
saveImageAs ( BufferedImage, File, String )This method is from 'Tools' class.
...
[+] UserOptionsDialog (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
UserOptionsDialog ( JFrame, String )This constructor is from 'UserOptionsDialog' class.
actionPerformed ( ActionEvent )This method is from 'UserOptionsDialog' class.
isFontChanged ( )This method is from 'UserOptionsDialog' class.
isUserGuideChanged ( )This method is from 'UserOptionsDialog' class.
isWorkDirChanged ( )This method is from 'UserOptionsDialog' class.
[+] ViewProperties (1)
| Change | Effect |
---|
1 | Field serialVersionUID has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (73)
ViewProperties ( String )This constructor is from 'ViewProperties' class.
getAnimationIcon ( )This method is from 'ViewProperties' class.
getBlankIcon ( )This method is from 'ViewProperties' class.
getChartIcon ( )This method is from 'ViewProperties' class.
getCopyIcon ( )This method is from 'ViewProperties' class.
getCutIcon ( )This method is from 'ViewProperties' class.
getDataDelimiter ( )This method is from 'ViewProperties' class.
getDatasetIcon ( )This method is from 'ViewProperties' class.
getDatasetIconA ( )This method is from 'ViewProperties' class.
getDatatypeIcon ( )This method is from 'ViewProperties' class.
getDatatypeIconA ( )This method is from 'ViewProperties' class.
getFilecloseIcon ( )This method is from 'ViewProperties' class.
...
to the top
Java ARchives (8)
jargon.jar
jh5srb.jar
jhdf.jar
jhdf4obj.jar
jhdf5.jar
jhdf5obj.jar
jhdfobj.jar
jhdfview.jar
to the top