Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/serialized-form.html
Дата изменения: Tue Dec 28 20:59:06 2004
Дата индексирования: Sun Apr 10 00:09:50 2016
Кодировка:
Serialized Form

Serialized Form


Package ucar.multiarray

Class ucar.multiarray.MultiArrayImpl implements Serializable

Serialized Fields

storage

java.lang.Object storage
The actual storage. An array of componentType. This member is exposed so that System.arraycopy(), etc can be used directly on the storage.
 

products

int[] products
Right to left products used in indexMap() to compute offset into the array. When incrementing index[ii], one jumps through storage by products[ii].
 

lengths

int[] lengths
 


Package ucar.netcdf

Class ucar.netcdf.Attribute implements Serializable

Serialized Fields

name

java.lang.String name
 

value

ucar.netcdf.AttrVal value
 

Class ucar.netcdf.Dimension implements Serializable

Serialized Fields

length

int length
The length. Immutable in this class.
 

name

java.lang.String name
 

Class ucar.netcdf.NetcdfRemoteProxyImpl implements Serializable

Serialized Fields

svr_

NetcdfServer svr_
 

key_

java.lang.String key_
 

nc_

AbstractNetcdf nc_
 

Class ucar.netcdf.NetcdfRemoteProxyImpl_Stub implements Serializable

Class ucar.netcdf.NetcdfServer implements Serializable

Serialized Fields

byName_

java.util.Hashtable byName_
 

registry_

java.rmi.registry.Registry registry_
 

Class ucar.netcdf.NetcdfServer_Stub implements Serializable

Class ucar.netcdf.ProtoVariable implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

name

java.lang.String name
 

componentType

java.lang.Class componentType
 

dimArray

Dimension[] dimArray
 

attributes

ucar.netcdf.AttributeDictionary attributes
 

Class ucar.netcdf.RemoteAccessorImpl implements Serializable

Serialized Fields

adaptee_

Accessor adaptee_
 

svr_

NetcdfRemoteProxyImpl svr_
 

Class ucar.netcdf.RemoteAccessorImpl_Stub implements Serializable

Class ucar.netcdf.Schema implements Serializable

Serialized Fields

dimensions

ucar.netcdf.DimensionDictionary dimensions
 

attributes

ucar.netcdf.AttributeDictionary attributes
 

variables

ucar.netcdf.NamedDictionary variables
 

Class ucar.netcdf.UnlimitedDimension implements Serializable