public static class MediaOp.Variable extends GridOp.Variable implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
byteArray |
protected byte[] |
byteArray2 |
protected StringBuffer |
stringBuffer |
protected StringBuffer |
stringBuffer2 |
protected USS |
uss |
protected UTLF |
utlf |
protected UTLF |
utlf2 |
protected boolean |
v_boolean |
protected long |
v_long |
protected long |
v_long2 |
error| Constructor and Description |
|---|
Variable() |
Variable(byte[] ba) |
Variable(File file) |
Variable(InputStream in) |
Variable(StringBuffer r) |
Variable(USS u) |
Variable(UTLF u) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
エラー,変数等をクリアする.
|
boolean |
getBoolean() |
byte[] |
getByteArray() |
byte[] |
getByteArray2() |
long |
getLong() |
long |
getLong2() |
StringBuffer |
getStringBuffer() |
StringBuffer |
getStringBuffer2() |
USS |
getUSS() |
UTLF |
getUTLF() |
UTLF |
getUTLF2() |
void |
setBoolean(boolean v) |
void |
setByteArray(byte[] ba) |
void |
setByteArray2(byte[] ba) |
void |
setLong(long ts) |
void |
setLong2(long ts) |
void |
setStringBuffer(StringBuffer r) |
void |
setStringBuffer2(StringBuffer r) |
void |
setUSS(USS u) |
void |
setUTLF(UTLF u) |
void |
setUTLF2(UTLF u) |
void |
shrink()
バッファサイズ等を必要最小限のサイズにする.
|
isError, setErrorprotected UTLF utlf
protected UTLF utlf2
protected USS uss
protected byte[] byteArray
protected byte[] byteArray2
protected StringBuffer stringBuffer
protected StringBuffer stringBuffer2
protected long v_long
protected long v_long2
protected boolean v_boolean
public Variable()
public Variable(byte[] ba)
public Variable(StringBuffer r)
public Variable(File file) throws IOException
IOExceptionpublic Variable(InputStream in) throws IOException
IOExceptionpublic Variable(UTLF u)
public Variable(USS u)
public void setUTLF(UTLF u)
public UTLF getUTLF()
public void setUTLF2(UTLF u)
public UTLF getUTLF2()
public void setUSS(USS u)
public USS getUSS()
public void setByteArray(byte[] ba)
public byte[] getByteArray()
public void setByteArray2(byte[] ba)
public byte[] getByteArray2()
public void setStringBuffer(StringBuffer r)
public StringBuffer getStringBuffer()
public void setStringBuffer2(StringBuffer r)
public StringBuffer getStringBuffer2()
public void setLong(long ts)
public long getLong()
public void setLong2(long ts)
public long getLong2()
public void setBoolean(boolean v)
public boolean getBoolean()
public void clear()
clear in class GridOp.Variablepublic void shrink()
shrink in class GridOp.VariableEDB Working Group at Mon Dec 15 16:45:05 JST 2025