Package system.io
Class StringReader
- java.lang.Object
 - 
- org.mases.jcobridge.netreflection.NetObject
 - 
- system.MarshalByRefObject
 - 
- system.io.TextReader
 - 
- system.io.StringReader
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.lang.AutoCloseable,IJCOBridgeReflected
public class StringReader extends TextReader
The base .NET class managing System.IO.StringReader, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IO.StringReader
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
 - MASES s.r.l https://masesgroup.com
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.IO.StringReaderstatic JCTypeclassTypeThe type managed from JCOBridge. 
- 
Constructor Summary
Constructors Constructor Description StringReader()StringReader(java.lang.Object instance)Internal constructor.StringReader(java.lang.String s) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringReadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoStringReader, a cast assert is made to check if types are compatible.voidClose()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeintPeek()intRead()intRead(char[] buffer, int index, int count)intRead(JCORefOut dupParam0, int dupParam1, int dupParam2)java.lang.StringReadLine()java.lang.StringReadToEnd()voidsetJCOInstance(JCObject instance)- 
Methods inherited from class system.io.TextReader
close, Dispose, ReadBlock, ReadBlock, Synchronized 
- 
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService 
 - 
 
 - 
 
- 
- 
Field Detail
- 
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
 - Constant Field Values
 
 
- 
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
 - Constant Field Values
 
 
- 
className
public static final java.lang.String className
Qualified class name: System.IO.StringReader- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
StringReader
public StringReader(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
 java.lang.Throwable
 
- 
StringReader
public StringReader() throws java.lang.Throwable- Throws:
 java.lang.Throwable
 
- 
StringReader
public StringReader(java.lang.String s) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, IndexOutOfRangeException 
 - 
 
- 
Method Detail
- 
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
 getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
 getJCOAssemblyNamein classTextReader- Returns:
 - A 
Stringrepresenting the Fullname of reflected Assembly 
 
- 
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
 getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
 getJCOClassNamein classTextReader- Returns:
 - A 
Stringrepresenting the Fullname of reflected Class 
 
- 
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
 getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
 getJCOObjectNamein classTextReader- Returns:
 - A 
Stringrepresenting the name used to allocated the object in CLR context 
 
- 
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
 getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
 getJCOInstancein classTextReader- Returns:
 - An 
Objectrepresenting the CLR instance of the instantiated Class 
 
- 
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
 setJCOInstancein classTextReader
 
- 
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
 getJCOTypein interfaceIJCOBridgeReflected- Overrides:
 getJCOTypein classTextReader- Returns:
 - A 
JCTyperepresenting the CLR Type of the instantiated Class 
 
- 
cast
public static StringReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoStringReader, a cast assert is made to check if types are compatible.- Parameters:
 from-IJCOBridgeReflectedinstance to be casted- Returns:
 StringReaderinstance- Throws:
 java.lang.Throwable- in case of error during cast operation
 
- 
Peek
public int Peek() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException- Overrides:
 Peekin classTextReader- Throws:
 java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeException
 
- 
Read
public int Read() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException- Overrides:
 Readin classTextReader- Throws:
 java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeException
 
- 
Read
public int Read(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException- Overrides:
 Readin classTextReader- Throws:
 java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatException
 
- 
Read
public int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
- Overrides:
 Readin classTextReader- Throws:
 java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatException
 
- 
ReadLine
public java.lang.String ReadLine() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException- Overrides:
 ReadLinein classTextReader- Throws:
 java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeException
 
- 
ReadToEnd
public java.lang.String ReadToEnd() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException- Overrides:
 ReadToEndin classTextReader- Throws:
 java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedException
 
- 
Close
public void Close() throws java.lang.Throwable- Overrides:
 Closein classTextReader- Throws:
 java.lang.Throwable
 
 - 
 
 -