|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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()
_StreamIDL: [ helpstring("") ]
getSize in interface _StreamIDL: [out] [retval] LONG*public boolean getEOS()
_StreamIDL: [ helpstring("") ]
getEOS in interface _StreamIDL: [out] [retval] VARIANT_BOOL*public int getPosition()
_StreamIDL: [ helpstring("") ]
getPosition in interface _StreamIDL: [out] [retval] LONG*public void setPosition(int p0)
_StreamIDL: [ helpstring("") ]
setPosition in interface _Streamp0 - IDL: [in] LONGpublic int getType()
_StreamIDL: [ helpstring("") ]
getType in interface _StreamIDL: [out] [retval] StreamTypeEnum*public void setType(int p0)
_StreamIDL: [ helpstring("") ]
setType in interface _Streamp0 - IDL: [in] StreamTypeEnumpublic int getLineSeparator()
_StreamIDL: [ helpstring("") ]
getLineSeparator in interface _StreamIDL: [out] [retval] LineSeparatorEnum*public void setLineSeparator(int p0)
_StreamIDL: [ helpstring("") ]
setLineSeparator in interface _Streamp0 - IDL: [in] LineSeparatorEnumpublic int getState()
_StreamIDL: [ helpstring("") ]
getState in interface _StreamIDL: [out] [retval] ObjectStateEnum*public int getMode()
_StreamIDL: [ helpstring("") ]
getMode in interface _StreamIDL: [out] [retval] ConnectModeEnum*public void setMode(int p0)
_StreamIDL: [ helpstring("") ]
setMode in interface _Streamp0 - IDL: [in] ConnectModeEnumpublic String getCharset()
_StreamIDL: [ helpstring("") ]
getCharset in interface _StreamIDL: [out] [retval] BSTR*public void setCharset(String p0)
_StreamIDL: [ helpstring("") ]
setCharset in interface _Streamp0 - IDL: [in] BSTRpublic Object Read(int p0)
_StreamIDL: [ helpstring("") ]
Read in interface _Streamp0 - IDL: [in] [optional] [default] LONG
IDL: [out] [retval] VARIANT*
public void Open(Object p0,
int p1,
int p2,
String p3,
String p4)
_StreamIDL: [ helpstring("") ]
Open in interface _Streamp0 - IDL: [in] [optional] VARIANTp1 - IDL: [in] [optional] [default] ConnectModeEnump2 - IDL: [in] [optional] [default] StreamOpenOptionsEnump3 - IDL: [in] [optional] [default] BSTRp4 - IDL: [in] [optional] [default] BSTRpublic void Close()
_StreamIDL: [ helpstring("") ]
Close in interface _Streampublic void SkipLine()
_StreamIDL: [ helpstring("") ]
SkipLine in interface _Streampublic void Write(Object p0)
_StreamIDL: [ helpstring("") ]
Write in interface _Streamp0 - IDL: [in] VARIANTpublic void SetEOS()
_StreamIDL: [ helpstring("") ]
SetEOS in interface _Stream
public void CopyTo(_Stream p0,
int p1)
_StreamIDL: [ helpstring("") ]
CopyTo in interface _Streamp0 - IDL: [in] _Stream*p1 - IDL: [in] [optional] [default] LONGpublic void Flush()
_StreamIDL: [ helpstring("") ]
Flush in interface _Stream
public void SaveToFile(String p0,
int p1)
_StreamIDL: [ helpstring("") ]
SaveToFile in interface _Streamp0 - IDL: [in] BSTRp1 - IDL: [in] [optional] [default] SaveOptionsEnumpublic void LoadFromFile(String p0)
_StreamIDL: [ helpstring("") ]
LoadFromFile in interface _Streamp0 - IDL: [in] BSTRpublic String ReadText(int p0)
_StreamIDL: [ helpstring("") ]
ReadText in interface _Streamp0 - IDL: [in] [optional] [default] LONG
IDL: [out] [retval] BSTR*
public void WriteText(String p0,
int p1)
_StreamIDL: [ helpstring("") ]
WriteText in interface _Streamp0 - IDL: [in] BSTRp1 - IDL: [in] [optional] [default] StreamWriteEnumpublic void Cancel()
_StreamIDL: [ helpstring("") ]
Cancel in interface _Stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||