|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni com.moesol.bindings.platform_sdk.data_services._Stream.Jni
public static class _Stream.Jni
Implementation, Java to COM.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
---|
IDispatch.Jni.MoeSolInternal |
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services._Stream |
---|
_Stream.Disp, _Stream.Jni |
Field Summary |
---|
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Stream |
---|
IID, TYPELIB |
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
Constructor Summary | |
---|---|
protected |
_Stream.Jni()
|
Method Summary | |
---|---|
void |
Cancel()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
void |
CopyTo(_Stream p0,
int p1)
IDL: [ helpstring("") ] |
void |
Flush()
IDL: [ helpstring("") ] |
String |
getCharset()
IDL: [ helpstring("") ] |
boolean |
getEOS()
IDL: [ helpstring("") ] |
int |
getLineSeparator()
IDL: [ helpstring("") ] |
int |
getMode()
IDL: [ helpstring("") ] |
int |
getPosition()
IDL: [ helpstring("") ] |
int |
getSize()
IDL: [ helpstring("") ] |
int |
getState()
IDL: [ helpstring("") ] |
int |
getType()
IDL: [ helpstring("") ] |
void |
LoadFromFile(String p0)
IDL: [ helpstring("") ] |
void |
Open(Object p0,
int p1,
int p2,
String p3,
String p4)
IDL: [ helpstring("") ] |
Object |
Read(int p0)
IDL: [ helpstring("") ] |
String |
ReadText(int p0)
IDL: [ helpstring("") ] |
void |
SaveToFile(String p0,
int p1)
IDL: [ helpstring("") ] |
void |
setCharset(String p0)
IDL: [ helpstring("") ] |
void |
SetEOS()
IDL: [ helpstring("") ] |
void |
setLineSeparator(int p0)
IDL: [ helpstring("") ] |
void |
setMode(int p0)
IDL: [ helpstring("") ] |
void |
setPosition(int p0)
IDL: [ helpstring("") ] |
void |
setType(int p0)
IDL: [ helpstring("") ] |
void |
SkipLine()
IDL: [ helpstring("") ] |
void |
Write(Object p0)
IDL: [ helpstring("") ] |
void |
WriteText(String p0,
int p1)
IDL: [ helpstring("") ] |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
---|
Invoke |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni |
---|
equals, finalize, hashCode, internalOnSetInterface, QueryInterface, QueryInterface, Release, toString |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
---|
QueryInterface, QueryInterface, Release |
Constructor Detail |
---|
protected _Stream.Jni()
Method Detail |
---|
public int getSize()
_Stream
IDL: [ helpstring("") ]
getSize
in interface _Stream
IDL: [out] [retval] LONG*
public boolean getEOS()
_Stream
IDL: [ helpstring("") ]
getEOS
in interface _Stream
IDL: [out] [retval] VARIANT_BOOL*
public int getPosition()
_Stream
IDL: [ helpstring("") ]
getPosition
in interface _Stream
IDL: [out] [retval] LONG*
public void setPosition(int p0)
_Stream
IDL: [ helpstring("") ]
setPosition
in interface _Stream
p0
- IDL: [in] LONG
public int getType()
_Stream
IDL: [ helpstring("") ]
getType
in interface _Stream
IDL: [out] [retval] StreamTypeEnum*
public void setType(int p0)
_Stream
IDL: [ helpstring("") ]
setType
in interface _Stream
p0
- IDL: [in] StreamTypeEnum
public int getLineSeparator()
_Stream
IDL: [ helpstring("") ]
getLineSeparator
in interface _Stream
IDL: [out] [retval] LineSeparatorEnum*
public void setLineSeparator(int p0)
_Stream
IDL: [ helpstring("") ]
setLineSeparator
in interface _Stream
p0
- IDL: [in] LineSeparatorEnum
public int getState()
_Stream
IDL: [ helpstring("") ]
getState
in interface _Stream
IDL: [out] [retval] ObjectStateEnum*
public int getMode()
_Stream
IDL: [ helpstring("") ]
getMode
in interface _Stream
IDL: [out] [retval] ConnectModeEnum*
public void setMode(int p0)
_Stream
IDL: [ helpstring("") ]
setMode
in interface _Stream
p0
- IDL: [in] ConnectModeEnum
public String getCharset()
_Stream
IDL: [ helpstring("") ]
getCharset
in interface _Stream
IDL: [out] [retval] BSTR*
public void setCharset(String p0)
_Stream
IDL: [ helpstring("") ]
setCharset
in interface _Stream
p0
- IDL: [in] BSTR
public Object Read(int p0)
_Stream
IDL: [ helpstring("") ]
Read
in interface _Stream
p0
- IDL: [in] [optional] [default] LONG
IDL: [out] [retval] VARIANT*
public void Open(Object p0, int p1, int p2, String p3, String p4)
_Stream
IDL: [ helpstring("") ]
Open
in interface _Stream
p0
- IDL: [in] [optional] VARIANT
p1
- IDL: [in] [optional] [default] ConnectModeEnum
p2
- IDL: [in] [optional] [default] StreamOpenOptionsEnum
p3
- IDL: [in] [optional] [default] BSTR
p4
- IDL: [in] [optional] [default] BSTR
public void Close()
_Stream
IDL: [ helpstring("") ]
Close
in interface _Stream
public void SkipLine()
_Stream
IDL: [ helpstring("") ]
SkipLine
in interface _Stream
public void Write(Object p0)
_Stream
IDL: [ helpstring("") ]
Write
in interface _Stream
p0
- IDL: [in] VARIANT
public void SetEOS()
_Stream
IDL: [ helpstring("") ]
SetEOS
in interface _Stream
public void CopyTo(_Stream p0, int p1)
_Stream
IDL: [ helpstring("") ]
CopyTo
in interface _Stream
p0
- IDL: [in] _Stream*
p1
- IDL: [in] [optional] [default] LONG
public void Flush()
_Stream
IDL: [ helpstring("") ]
Flush
in interface _Stream
public void SaveToFile(String p0, int p1)
_Stream
IDL: [ helpstring("") ]
SaveToFile
in interface _Stream
p0
- IDL: [in] BSTR
p1
- IDL: [in] [optional] [default] SaveOptionsEnum
public void LoadFromFile(String p0)
_Stream
IDL: [ helpstring("") ]
LoadFromFile
in interface _Stream
p0
- IDL: [in] BSTR
public String ReadText(int p0)
_Stream
IDL: [ helpstring("") ]
ReadText
in interface _Stream
p0
- IDL: [in] [optional] [default] LONG
IDL: [out] [retval] BSTR*
public void WriteText(String p0, int p1)
_Stream
IDL: [ helpstring("") ]
WriteText
in interface _Stream
p0
- IDL: [in] BSTR
p1
- IDL: [in] [optional] [default] StreamWriteEnum
public void Cancel()
_Stream
IDL: [ helpstring("") ]
Cancel
in interface _Stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |