Package system.io.isolatedstorage
Class IsolatedStorageFileStream
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.Stream
-
- system.io.FileStream
-
- system.io.isolatedstorage.IsolatedStorageFileStream
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class IsolatedStorageFileStream extends FileStream
The base .NET class managing System.IO.IsolatedStorage.IsolatedStorageFileStream, System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IO.IsolatedStorage.IsolatedStorageFileStream
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.String
assemblyFullName
Fully assembly qualified name: System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.IO.IsolatedStoragestatic java.lang.String
className
Qualified class name: System.IO.IsolatedStorage.IsolatedStorageFileStreamstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IsolatedStorageFileStream()
IsolatedStorageFileStream(java.lang.Object instance)
Internal constructor.IsolatedStorageFileStream(java.lang.String path, FileMode mode)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, int bufferSize)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, int bufferSize, IsolatedStorageFile isf)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, IsolatedStorageFile isf)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, IsolatedStorageFile isf)
IsolatedStorageFileStream(java.lang.String path, FileMode mode, IsolatedStorageFile isf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IAsyncResult
BeginRead(byte[] array, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject)
IAsyncResult
BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
IAsyncResult
BeginWrite(byte[] array, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject)
IAsyncResult
BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
static IsolatedStorageFileStream
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIsolatedStorageFileStream
, a cast assert is made to check if types are compatible.ValueTask
DisposeAsync()
int
EndRead(IAsyncResult asyncResult)
void
EndWrite(IAsyncResult asyncResult)
void
Flush()
void
Flush(boolean flushToDisk)
Task
FlushAsync(CancellationToken cancellationToken)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
Lock(long position, long length)
int
Read(byte[] buffer, int offset, int count)
int
Read(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadByte()
long
Seek(long offset, SeekOrigin origin)
void
setJCOInstance(JCObject instance)
void
SetLength(long value)
void
Unlock(long position, long length)
void
Write(byte[] buffer, int offset, int count)
void
Write(JCORefOut dupParam0, int dupParam1, int dupParam2)
Task
WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
Task
WriteAsync(JCORefOut dupParam0, int dupParam1, int dupParam2, CancellationToken dupParam3)
void
WriteByte(byte value)
-
Methods inherited from class system.io.FileStream
CopyTo, CopyToAsync, getIsAsync, getName, getSafeFileHandle
-
Methods inherited from class system.io.Stream
close, Close, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, FlushAsync, getCanRead, getCanSeek, getCanTimeout, getCanWrite, getLength, getPosition, getReadTimeout, getWriteTimeout, ReadExactly, ReadExactly, ReadExactlyAsync, ReadExactlyAsync, setPosition, setReadTimeout, setWriteTimeout, Synchronized, WriteAsync, WriteAsync
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IO.IsolatedStorage- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IO.IsolatedStorage.IsolatedStorageFileStream- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
IsolatedStorageFileStream
public IsolatedStorageFileStream() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, int bufferSize, IsolatedStorageFile isf) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IsolatedStorageException, FormatException, AbandonedMutexException, OutOfMemoryException, Win32Exception, ApplicationException, ObjectDisposedException, SerializationException, IOException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IsolatedStorageException
FormatException
AbandonedMutexException
OutOfMemoryException
Win32Exception
ApplicationException
ObjectDisposedException
SerializationException
IOException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, int bufferSize) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IsolatedStorageException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ApplicationException, OutOfMemoryException, ObjectDisposedException, IndexOutOfRangeException, SerializationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IsolatedStorageException
FormatException
InvalidOperationException
ArgumentOutOfRangeException
ApplicationException
OutOfMemoryException
ObjectDisposedException
IndexOutOfRangeException
SerializationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, IsolatedStorageFile isf) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IsolatedStorageException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ApplicationException, OutOfMemoryException, ObjectDisposedException, IndexOutOfRangeException, SerializationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IsolatedStorageException
FormatException
InvalidOperationException
ArgumentOutOfRangeException
ApplicationException
OutOfMemoryException
ObjectDisposedException
IndexOutOfRangeException
SerializationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IsolatedStorageException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ApplicationException, OutOfMemoryException, ObjectDisposedException, IndexOutOfRangeException, SerializationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IsolatedStorageException
FormatException
InvalidOperationException
ArgumentOutOfRangeException
ApplicationException
OutOfMemoryException
ObjectDisposedException
IndexOutOfRangeException
SerializationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, IsolatedStorageFile isf) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IsolatedStorageException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ApplicationException, OutOfMemoryException, ObjectDisposedException, IndexOutOfRangeException, SerializationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IsolatedStorageException
FormatException
InvalidOperationException
ArgumentOutOfRangeException
ApplicationException
OutOfMemoryException
ObjectDisposedException
IndexOutOfRangeException
SerializationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IsolatedStorageException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ApplicationException, OutOfMemoryException, ObjectDisposedException, IndexOutOfRangeException, SerializationException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IsolatedStorageException
FormatException
InvalidOperationException
ArgumentOutOfRangeException
ApplicationException
OutOfMemoryException
ObjectDisposedException
IndexOutOfRangeException
SerializationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, IsolatedStorageFile isf) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, ArgumentException, IsolatedStorageException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, SerializationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, ArgumentException, IsolatedStorageException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, SerializationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classFileStream
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classFileStream
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classFileStream
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classFileStream
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classFileStream
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classFileStream
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static IsolatedStorageFileStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIsolatedStorageFileStream
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IsolatedStorageFileStream
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EndRead
public int EndRead(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException, SemaphoreFullException
- Overrides:
EndRead
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
EventSourceException
TaskSchedulerException
TaskCanceledException
AggregateException
SemaphoreFullException
-
Read
public int Read(byte[] buffer, int offset, int count) throws java.lang.Throwable
- Overrides:
Read
in classFileStream
- Throws:
java.lang.Throwable
-
Read
public int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Overrides:
Read
in classFileStream
- Throws:
java.lang.Throwable
-
ReadByte
public int ReadByte() throws java.lang.Throwable
- Overrides:
ReadByte
in classFileStream
- Throws:
java.lang.Throwable
-
Seek
public long Seek(long offset, SeekOrigin origin) throws java.lang.Throwable
- Overrides:
Seek
in classFileStream
- Throws:
java.lang.Throwable
-
BeginRead
public IAsyncResult BeginRead(byte[] array, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NullReferenceException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, InvalidOperationException, EventSourceException
- Overrides:
BeginRead
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
NullReferenceException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
IndexOutOfRangeException
InvalidOperationException
EventSourceException
-
BeginRead
public IAsyncResult BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NullReferenceException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, InvalidOperationException, EventSourceException
- Overrides:
BeginRead
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
NullReferenceException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
IndexOutOfRangeException
InvalidOperationException
EventSourceException
-
BeginWrite
public IAsyncResult BeginWrite(byte[] array, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NullReferenceException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, InvalidOperationException, EventSourceException
- Overrides:
BeginWrite
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
NullReferenceException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
IndexOutOfRangeException
InvalidOperationException
EventSourceException
-
BeginWrite
public IAsyncResult BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NullReferenceException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, InvalidOperationException, EventSourceException
- Overrides:
BeginWrite
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
NullReferenceException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
IndexOutOfRangeException
InvalidOperationException
EventSourceException
-
FlushAsync
public Task FlushAsync(CancellationToken cancellationToken) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, EventSourceException
- Overrides:
FlushAsync
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
InvalidOperationException
OutOfMemoryException
EventSourceException
-
WriteAsync
public Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, NullReferenceException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, TaskSchedulerException, ArgumentException, InvalidOperationException
- Overrides:
WriteAsync
in classFileStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
PlatformNotSupportedException
NullReferenceException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
TaskSchedulerException
ArgumentException
InvalidOperationException
-
WriteAsync
public Task WriteAsync(JCORefOut dupParam0, int dupParam1, int dupParam2, CancellationToken dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, PlatformNotSupportedException, NullReferenceException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, TaskSchedulerException, ArgumentException, InvalidOperationException
- Overrides:
WriteAsync
in classFileStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
PlatformNotSupportedException
NullReferenceException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
TaskSchedulerException
ArgumentException
InvalidOperationException
-
DisposeAsync
public ValueTask DisposeAsync() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentException, InvalidOperationException, IndexOutOfRangeException
- Overrides:
DisposeAsync
in classFileStream
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
NullReferenceException
NotSupportedException
ArgumentException
InvalidOperationException
IndexOutOfRangeException
-
EndWrite
public void EndWrite(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, EventSourceException, TaskSchedulerException, TaskCanceledException, AggregateException, SemaphoreFullException
- Overrides:
EndWrite
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
EventSourceException
TaskSchedulerException
TaskCanceledException
AggregateException
SemaphoreFullException
-
Flush
public void Flush() throws java.lang.Throwable
- Overrides:
Flush
in classFileStream
- Throws:
java.lang.Throwable
-
Flush
public void Flush(boolean flushToDisk) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
- Overrides:
Flush
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
-
Lock
public void Lock(long position, long length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
SetLength
public void SetLength(long value) throws java.lang.Throwable
- Overrides:
SetLength
in classFileStream
- Throws:
java.lang.Throwable
-
Unlock
public void Unlock(long position, long length) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
- Overrides:
Unlock
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
-
Write
public void Write(byte[] buffer, int offset, int count) throws java.lang.Throwable
- Overrides:
Write
in classFileStream
- Throws:
java.lang.Throwable
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Overrides:
Write
in classFileStream
- Throws:
java.lang.Throwable
-
WriteByte
public void WriteByte(byte value) throws java.lang.Throwable
- Overrides:
WriteByte
in classFileStream
- Throws:
java.lang.Throwable
-
-