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.StringassemblyFullNameFully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: mscorlibstatic java.lang.StringclassNameQualified class name: System.IO.IsolatedStorage.IsolatedStorageFileStreamstatic JCTypeclassTypeThe 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 IAsyncResultBeginRead(byte[] buffer, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject)IAsyncResultBeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)IAsyncResultBeginWrite(byte[] buffer, int offset, int numBytes, AsyncCallback userCallback, NetObject stateObject)IAsyncResultBeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)static IsolatedStorageFileStreamcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIsolatedStorageFileStream, a cast assert is made to check if types are compatible.intEndRead(IAsyncResult asyncResult)voidEndWrite(IAsyncResult asyncResult)voidFlush()voidFlush(boolean flushToDisk)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 TypevoidLock(long position, long length)intRead(byte[] buffer, int offset, int count)intRead(JCORefOut dupParam0, int dupParam1, int dupParam2)intReadByte()longSeek(long offset, SeekOrigin origin)voidsetJCOInstance(JCObject instance)voidSetLength(long value)voidUnlock(long position, long length)voidWrite(byte[] buffer, int offset, int count)voidWrite(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteByte(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.ThrowableInternal 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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessException
-
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.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classFileStream- 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 classFileStream- 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 classFileStream- 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 classFileStream- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classFileStream
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classFileStream- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static IsolatedStorageFileStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIsolatedStorageFileStream, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IsolatedStorageFileStreaminstance- 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:
EndReadin classFileStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionEventSourceExceptionArgumentOutOfRangeExceptionThreadAbortExceptionTaskSchedulerExceptionObjectDisposedExceptionOperationCanceledExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionSynchronizationLockExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundException
-
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:
Readin classFileStream- Throws:
java.lang.Throwable
-
ReadByte
public int ReadByte() throws java.lang.Throwable- Overrides:
ReadBytein classFileStream- Throws:
java.lang.Throwable
-
Seek
public long Seek(long offset, SeekOrigin origin) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException- Overrides:
Seekin classFileStream- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryException
-
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:
BeginReadin classFileStream- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeException
-
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:
BeginReadin classFileStream- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeException
-
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:
BeginWritein classFileStream- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateException
-
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:
BeginWritein classFileStream- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateException
-
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:
EndWritein classFileStream- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionEventSourceExceptionArgumentOutOfRangeExceptionThreadAbortExceptionTaskSchedulerExceptionObjectDisposedExceptionOperationCanceledExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionSynchronizationLockExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundException
-
Flush
public void Flush() throws java.lang.Throwable- Overrides:
Flushin 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:
Flushin classFileStream- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionEndOfStreamExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullException
-
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:
Lockin classFileStream- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOutOfMemoryExceptionOperationCanceledException
-
SetLength
public void SetLength(long value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, OutOfMemoryException- Overrides:
SetLengthin classFileStream- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryException
-
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:
Unlockin classFileStream- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOutOfMemoryExceptionOperationCanceledException
-
Write
public void Write(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException- Overrides:
Writein classFileStream- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
- Overrides:
Writein classFileStream- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryException
-
WriteByte
public void WriteByte(byte value) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException- Overrides:
WriteBytein classFileStream- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryException
-
-