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, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: mscorlibstatic 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[] buffer, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject)
IAsyncResult
BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
IAsyncResult
BeginWrite(byte[] buffer, 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.int
EndRead(IAsyncResult asyncResult)
void
EndWrite(IAsyncResult asyncResult)
void
Flush()
void
Flush(boolean flushToDisk)
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)
void
WriteByte(byte value)
-
Methods inherited from class system.io.FileStream
FlushAsync, GetAccessControl, getIsAsync, getName, getSafeFileHandle, SetAccessControl, WriteAsync, WriteAsync
-
Methods inherited from class system.io.Stream
close, Close, CopyTo, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, FlushAsync, getCanRead, getCanSeek, getCanTimeout, getCanWrite, getLength, getPosition, getReadTimeout, getWriteTimeout, setPosition, setReadTimeout, setWriteTimeout, Synchronized, WriteAsync, WriteAsync
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: mscorlib- 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) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
ArgumentOutOfRangeException
OutOfMemoryException
NotSupportedException
IOException
UnauthorizedAccessException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, PathTooLongException, IOException, OutOfMemoryException, NotSupportedException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
PathTooLongException
IOException
OutOfMemoryException
NotSupportedException
UnauthorizedAccessException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, PathTooLongException, IOException, OutOfMemoryException, NotSupportedException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
PathTooLongException
IOException
OutOfMemoryException
NotSupportedException
UnauthorizedAccessException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, int bufferSize) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, PathTooLongException, IOException, OutOfMemoryException, NotSupportedException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
PathTooLongException
IOException
OutOfMemoryException
NotSupportedException
UnauthorizedAccessException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, int bufferSize, IsolatedStorageFile isf) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, NotSupportedException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
NotSupportedException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, FileShare share, IsolatedStorageFile isf) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, PathTooLongException, IOException, OutOfMemoryException, NotSupportedException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
PathTooLongException
IOException
OutOfMemoryException
NotSupportedException
UnauthorizedAccessException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, FileAccess access, IsolatedStorageFile isf) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, PathTooLongException, IOException, OutOfMemoryException, NotSupportedException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
PathTooLongException
IOException
OutOfMemoryException
NotSupportedException
UnauthorizedAccessException
-
IsolatedStorageFileStream
public IsolatedStorageFileStream(java.lang.String path, FileMode mode, IsolatedStorageFile isf) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
ArgumentOutOfRangeException
OutOfMemoryException
NotSupportedException
IOException
UnauthorizedAccessException
-
-
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, ArgumentNullException, ArgumentException, InvalidOperationException, EventSourceException, ArgumentOutOfRangeException, ThreadAbortException, TaskSchedulerException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, SynchronizationLockException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException
- Overrides:
EndRead
in classFileStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
EventSourceException
ArgumentOutOfRangeException
ThreadAbortException
TaskSchedulerException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
SynchronizationLockException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
-
Read
public int Read(byte[] buffer, int offset, int count) throws java.lang.Throwable
- 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, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
- Overrides:
Seek
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
-
BeginRead
public IAsyncResult BeginRead(byte[] buffer, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, ArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException
- Overrides:
BeginRead
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
ObjectDisposedException
ArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
IndexOutOfRangeException
-
BeginRead
public IAsyncResult BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, ArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException
- Overrides:
BeginRead
in classFileStream
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
ObjectDisposedException
ArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
IndexOutOfRangeException
-
BeginWrite
public IAsyncResult BeginWrite(byte[] buffer, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException
- Overrides:
BeginWrite
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
-
BeginWrite
public IAsyncResult BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException
- Overrides:
BeginWrite
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
-
EndWrite
public void EndWrite(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, EventSourceException, ArgumentOutOfRangeException, ThreadAbortException, TaskSchedulerException, ObjectDisposedException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, SynchronizationLockException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException
- Overrides:
EndWrite
in classFileStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
EventSourceException
ArgumentOutOfRangeException
ThreadAbortException
TaskSchedulerException
ObjectDisposedException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
SynchronizationLockException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
-
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, ObjectDisposedException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, EndOfStreamException, TaskSchedulerException, TaskCanceledException, AggregateException, SemaphoreFullException
- Overrides:
Flush
in classFileStream
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
EndOfStreamException
TaskSchedulerException
TaskCanceledException
AggregateException
SemaphoreFullException
-
Lock
public void Lock(long position, long length) throws java.lang.Throwable, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OutOfMemoryException, OperationCanceledException
- Overrides:
Lock
in classFileStream
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OutOfMemoryException
OperationCanceledException
-
SetLength
public void SetLength(long value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, OutOfMemoryException
- Overrides:
SetLength
in classFileStream
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
OutOfMemoryException
-
Unlock
public void Unlock(long position, long length) throws java.lang.Throwable, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OutOfMemoryException, OperationCanceledException
- Overrides:
Unlock
in classFileStream
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OutOfMemoryException
OperationCanceledException
-
Write
public void Write(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
- Overrides:
Write
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
- Overrides:
Write
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
-
WriteByte
public void WriteByte(byte value) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
- Overrides:
WriteByte
in classFileStream
- Throws:
java.lang.Throwable
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
-
-