|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.FutureTense.Interfaces.FTVAL
Field Summary | |
static int |
BLOB
|
static int |
DATE
|
static int |
DOUBLE
|
static int |
I4
|
static int |
LONG
|
static int |
LPSTR
|
static int |
UNKNOWN
|
Constructor Summary | |
FTVAL()
|
Method Summary | |
byte[] |
getBlob()
Method to get the value as a byte array if the value is a blob |
java.lang.String |
getFile()
Method to get a file representation of the object |
int |
GetInt()
Return the integer value from this object |
java.lang.Object |
GetObj()
Return the data from this object |
int |
GetSize()
Deprecated. returns 0 for indirect files |
java.io.InputStream |
getStream()
Method to get an input stream for the data |
java.lang.String |
getString()
Method to get the value as a string if the value is not a blob |
int |
GetType()
Deprecated. the type should be private |
boolean |
isEmpty()
Method to determine if a value is empty |
long |
length()
Method to determine the length of a value |
void |
readObject(java.io.ObjectInputStream oObjectInputStream)
Method to read a serialized object from an input stream |
java.lang.String |
toString()
Method to convert a value to a string |
java.lang.String |
toString(java.lang.String sEncoding)
Method to convert a value to a string |
void |
writeObject(java.io.ObjectOutputStream oObjectOutputStream)
Method to write a serialized object to an output stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int I4
public static final int LONG
public static final int DOUBLE
public static final int UNKNOWN
public static final int LPSTR
public static final int BLOB
public static final int DATE
Constructor Detail |
public FTVAL()
Method Detail |
public final java.lang.Object GetObj()
public final int GetInt()
public final int GetSize()
public final int GetType()
public final byte[] getBlob()
public final java.lang.String getFile() throws java.lang.Exception
java.lang.Exception
public final java.io.InputStream getStream() throws java.lang.Exception
java.lang.Exception
public final java.lang.String getString()
public final boolean isEmpty()
public final long length()
public final java.lang.String toString()
public final java.lang.String toString(java.lang.String sEncoding)
sEncoding
- encoding to be used in conversion
public void readObject(java.io.ObjectInputStream oObjectInputStream) throws java.io.IOException, java.lang.ClassNotFoundException
oObjectInputStream
- object input stream
java.io.IOException
java.lang.ClassNotFoundException
public void writeObject(java.io.ObjectOutputStream oObjectOutputStream) throws java.io.IOException
oObjectOutputStream
- object output stream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |