|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface _Stream
IDL: [ helpstring(""), hidden, dual, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
_Stream.Disp
Implementation, COM to Java. |
static class |
_Stream.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(00000565-0000-0010-8000-00AA006D2EA4)] |
static Class |
TYPELIB
|
| Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Method Summary | |
|---|---|
void |
Cancel()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
void |
CopyTo(_Stream DestStream,
int CharNumber)
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 FileName)
IDL: [ helpstring("") ] |
void |
Open(Object Source,
int Mode,
int Options,
String UserName,
String Password)
IDL: [ helpstring("") ] |
Object |
Read(int NumBytes)
IDL: [ helpstring("") ] |
String |
ReadText(int NumChars)
IDL: [ helpstring("") ] |
void |
SaveToFile(String FileName,
int Options)
IDL: [ helpstring("") ] |
void |
setCharset(String pbstrCharset)
IDL: [ helpstring("") ] |
void |
SetEOS()
IDL: [ helpstring("") ] |
void |
setLineSeparator(int pLS)
IDL: [ helpstring("") ] |
void |
setMode(int pMode)
IDL: [ helpstring("") ] |
void |
setPosition(int pPos)
IDL: [ helpstring("") ] |
void |
setType(int ptype)
IDL: [ helpstring("") ] |
void |
SkipLine()
IDL: [ helpstring("") ] |
void |
Write(Object Buffer)
IDL: [ helpstring("") ] |
void |
WriteText(String Data,
int Options)
IDL: [ helpstring("") ] |
| Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
|---|
QueryInterface, QueryInterface, Release |
| Field Detail |
|---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000565-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
int getSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*boolean getEOS()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*int getPosition()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setPosition(int pPos)
IDL: [ helpstring("") ]
pPos - IDL: [in] LONGint getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] StreamTypeEnum*void setType(int ptype)
IDL: [ helpstring("") ]
ptype - IDL: [in] StreamTypeEnumint getLineSeparator()
IDL: [ helpstring("") ]
IDL: [out] [retval] LineSeparatorEnum*void setLineSeparator(int pLS)
IDL: [ helpstring("") ]
pLS - IDL: [in] LineSeparatorEnumint getState()
IDL: [ helpstring("") ]
IDL: [out] [retval] ObjectStateEnum*int getMode()
IDL: [ helpstring("") ]
IDL: [out] [retval] ConnectModeEnum*void setMode(int pMode)
IDL: [ helpstring("") ]
pMode - IDL: [in] ConnectModeEnumString getCharset()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setCharset(String pbstrCharset)
IDL: [ helpstring("") ]
pbstrCharset - IDL: [in] BSTRObject Read(int NumBytes)
IDL: [ helpstring("") ]
NumBytes - IDL: [in] [optional] [default] LONG
IDL: [out] [retval] VARIANT*
void Open(Object Source,
int Mode,
int Options,
String UserName,
String Password)
IDL: [ helpstring("") ]
Source - IDL: [in] [optional] VARIANTMode - IDL: [in] [optional] [default] ConnectModeEnumOptions - IDL: [in] [optional] [default] StreamOpenOptionsEnumUserName - IDL: [in] [optional] [default] BSTRPassword - IDL: [in] [optional] [default] BSTRvoid Close()
IDL: [ helpstring("") ]
void SkipLine()
IDL: [ helpstring("") ]
void Write(Object Buffer)
IDL: [ helpstring("") ]
Buffer - IDL: [in] VARIANTvoid SetEOS()
IDL: [ helpstring("") ]
void CopyTo(_Stream DestStream,
int CharNumber)
IDL: [ helpstring("") ]
DestStream - IDL: [in] _Stream*CharNumber - IDL: [in] [optional] [default] LONGvoid Flush()
IDL: [ helpstring("") ]
void SaveToFile(String FileName,
int Options)
IDL: [ helpstring("") ]
FileName - IDL: [in] BSTROptions - IDL: [in] [optional] [default] SaveOptionsEnumvoid LoadFromFile(String FileName)
IDL: [ helpstring("") ]
FileName - IDL: [in] BSTRString ReadText(int NumChars)
IDL: [ helpstring("") ]
NumChars - IDL: [in] [optional] [default] LONG
IDL: [out] [retval] BSTR*
void WriteText(String Data,
int Options)
IDL: [ helpstring("") ]
Data - IDL: [in] BSTROptions - IDL: [in] [optional] [default] StreamWriteEnumvoid Cancel()
IDL: [ helpstring("") ]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||