|
||||||||||
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] LONG
int getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] StreamTypeEnum*
void setType(int ptype)
IDL: [ helpstring("") ]
ptype
- IDL: [in] StreamTypeEnum
int getLineSeparator()
IDL: [ helpstring("") ]
IDL: [out] [retval] LineSeparatorEnum*
void setLineSeparator(int pLS)
IDL: [ helpstring("") ]
pLS
- IDL: [in] LineSeparatorEnum
int getState()
IDL: [ helpstring("") ]
IDL: [out] [retval] ObjectStateEnum*
int getMode()
IDL: [ helpstring("") ]
IDL: [out] [retval] ConnectModeEnum*
void setMode(int pMode)
IDL: [ helpstring("") ]
pMode
- IDL: [in] ConnectModeEnum
String getCharset()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setCharset(String pbstrCharset)
IDL: [ helpstring("") ]
pbstrCharset
- IDL: [in] BSTR
Object 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] VARIANT
Mode
- IDL: [in] [optional] [default] ConnectModeEnum
Options
- IDL: [in] [optional] [default] StreamOpenOptionsEnum
UserName
- IDL: [in] [optional] [default] BSTR
Password
- IDL: [in] [optional] [default] BSTR
void Close()
IDL: [ helpstring("") ]
void SkipLine()
IDL: [ helpstring("") ]
void Write(Object Buffer)
IDL: [ helpstring("") ]
Buffer
- IDL: [in] VARIANT
void SetEOS()
IDL: [ helpstring("") ]
void CopyTo(_Stream DestStream, int CharNumber)
IDL: [ helpstring("") ]
DestStream
- IDL: [in] _Stream*
CharNumber
- IDL: [in] [optional] [default] LONG
void Flush()
IDL: [ helpstring("") ]
void SaveToFile(String FileName, int Options)
IDL: [ helpstring("") ]
FileName
- IDL: [in] BSTR
Options
- IDL: [in] [optional] [default] SaveOptionsEnum
void LoadFromFile(String FileName)
IDL: [ helpstring("") ]
FileName
- IDL: [in] BSTR
String 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] BSTR
Options
- IDL: [in] [optional] [default] StreamWriteEnum
void Cancel()
IDL: [ helpstring("") ]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |