Package com.oss.storage
package com.oss.storage
OSS ASN.1/Java API classes that implement external storage for the data. This is
useful for very large data. See the ValueInFile directive in the manual for
additional documentation.
-
ClassesClassDescriptionImplements external storage for the data, whose contents is an array of bytes.Implements external storage for the data whose contents is either an array of characters or a String.The OSSFileStorage class is the common superclass for the OSSByteStorage, OSSCharStorage and OSSObjectStorage.Implements external storage for the data whose contents is an array of Objects.This class implements the default storage manager that uses a disk file to store the content octets of the storage.