com.moesol.bindings.platform_sdk.data_services
Class _Stream.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services._Stream.Jni
All Implemented Interfaces:
IDispatch, IUnknown, _Stream
Direct Known Subclasses:
Stream
Enclosing interface:
_Stream

public static class _Stream.Jni
extends IDispatch.Jni
implements _Stream

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

_Stream.Jni

protected _Stream.Jni()
Method Detail

getSize

public int getSize()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getSize in interface _Stream
Returns:
IDL: [out] [retval] LONG*

getEOS

public boolean getEOS()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getEOS in interface _Stream
Returns:
IDL: [out] [retval] VARIANT_BOOL*

getPosition

public int getPosition()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getPosition in interface _Stream
Returns:
IDL: [out] [retval] LONG*

setPosition

public void setPosition(int p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
setPosition in interface _Stream
Parameters:
p0 - IDL: [in] LONG

getType

public int getType()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getType in interface _Stream
Returns:
IDL: [out] [retval] StreamTypeEnum*

setType

public void setType(int p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
setType in interface _Stream
Parameters:
p0 - IDL: [in] StreamTypeEnum

getLineSeparator

public int getLineSeparator()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getLineSeparator in interface _Stream
Returns:
IDL: [out] [retval] LineSeparatorEnum*

setLineSeparator

public void setLineSeparator(int p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
setLineSeparator in interface _Stream
Parameters:
p0 - IDL: [in] LineSeparatorEnum

getState

public int getState()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getState in interface _Stream
Returns:
IDL: [out] [retval] ObjectStateEnum*

getMode

public int getMode()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getMode in interface _Stream
Returns:
IDL: [out] [retval] ConnectModeEnum*

setMode

public void setMode(int p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
setMode in interface _Stream
Parameters:
p0 - IDL: [in] ConnectModeEnum

getCharset

public String getCharset()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
getCharset in interface _Stream
Returns:
IDL: [out] [retval] BSTR*

setCharset

public void setCharset(String p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
setCharset in interface _Stream
Parameters:
p0 - IDL: [in] BSTR

Read

public Object Read(int p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
Read in interface _Stream
Parameters:
p0 - IDL: [in] [optional] [default] LONG
Returns:
IDL: [out] [retval] VARIANT*

Open

public void Open(Object p0,
                 int p1,
                 int p2,
                 String p3,
                 String p4)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
Open in interface _Stream
Parameters:
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

Close

public void Close()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
Close in interface _Stream

SkipLine

public void SkipLine()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
SkipLine in interface _Stream

Write

public void Write(Object p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
Write in interface _Stream
Parameters:
p0 - IDL: [in] VARIANT

SetEOS

public void SetEOS()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
SetEOS in interface _Stream

CopyTo

public void CopyTo(_Stream p0,
                   int p1)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
CopyTo in interface _Stream
Parameters:
p0 - IDL: [in] _Stream*
p1 - IDL: [in] [optional] [default] LONG

Flush

public void Flush()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
Flush in interface _Stream

SaveToFile

public void SaveToFile(String p0,
                       int p1)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
SaveToFile in interface _Stream
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] [optional] [default] SaveOptionsEnum

LoadFromFile

public void LoadFromFile(String p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
LoadFromFile in interface _Stream
Parameters:
p0 - IDL: [in] BSTR

ReadText

public String ReadText(int p0)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
ReadText in interface _Stream
Parameters:
p0 - IDL: [in] [optional] [default] LONG
Returns:
IDL: [out] [retval] BSTR*

WriteText

public void WriteText(String p0,
                      int p1)
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
WriteText in interface _Stream
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] [optional] [default] StreamWriteEnum

Cancel

public void Cancel()
Description copied from interface: _Stream
IDL: [ helpstring("") ]

Specified by:
Cancel in interface _Stream


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.