Class Blob
java.lang.Object
blues.Blob
- All Implemented Interfaces:
Externalizable, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetLong(int Index) getString(int Index) static BlobreadBlob(ObjectInput in) voidstatic voidwriteBlob(ObjectOutput out, Blob blob) void
-
Field Details
-
id
public int id -
args
public int[] args -
strings
-
data
public byte[] data
-
-
Constructor Details
-
Blob
public Blob() -
Blob
public Blob(int aId)
-
-
Method Details
-
getString
-
getLong
public long getLong(int Index) -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeBlob
- Throws:
IOException
-
readBlob
- Throws:
IOException
-