public class IsolatedStorageFileStream extends FileStream
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.IO.IsolatedStorage.IsolatedStorageFileStream
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and 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) |
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into IsolatedStorageFileStream, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
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) |
FlushAsync, GetAccessControl, getIsAsync, getName, getSafeFileHandle, SetAccessControl, WriteAsync, WriteAsyncclose, Close, CopyTo, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, FlushAsync, getCanRead, getCanSeek, getCanTimeout, getCanWrite, getLength, getPosition, getReadTimeout, getWriteTimeout, setPosition, setReadTimeout, setWriteTimeout, Synchronized, WriteAsync, WriteAsyncCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IsolatedStorageFileStream()
throws java.lang.Throwable
java.lang.Throwablepublic IsolatedStorageFileStream(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionApplicationExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionPathTooLongExceptionIOExceptionOutOfMemoryExceptionNotSupportedExceptionUnauthorizedAccessExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionIsolatedStorageExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionApplicationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionpublic 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
BeginRead in class FileStreamjava.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeExceptionpublic 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
BeginRead in class FileStreamjava.lang.ThrowableNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionIndexOutOfRangeExceptionpublic 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
BeginWrite in class FileStreamjava.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionpublic 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
BeginWrite in class FileStreamjava.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionpublic static IsolatedStorageFileStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IsolatedStorageFileStream, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIsolatedStorageFileStream instancejava.lang.Throwable - in case of error during cast operationpublic 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
EndRead in class FileStreamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionEventSourceExceptionArgumentOutOfRangeExceptionThreadAbortExceptionTaskSchedulerExceptionObjectDisposedExceptionOperationCanceledExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionSynchronizationLockExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionpublic 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
EndWrite in class FileStreamjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionEventSourceExceptionArgumentOutOfRangeExceptionThreadAbortExceptionTaskSchedulerExceptionObjectDisposedExceptionOperationCanceledExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionSynchronizationLockExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionpublic void Flush()
throws java.lang.Throwable
Flush in class FileStreamjava.lang.Throwablepublic 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
Flush in class FileStreamjava.lang.ThrowableObjectDisposedExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionEndOfStreamExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class FileStreamString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class FileStreamString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class FileStreamObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class FileStreamString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class FileStreamJCType representing the CLR Type of the instantiated Classpublic void Lock(long position,
long length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OutOfMemoryException,
OperationCanceledException
Lock in class FileStreamjava.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOutOfMemoryExceptionOperationCanceledExceptionpublic int Read(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable
java.lang.Throwablepublic int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
Read in class FileStreamjava.lang.Throwablepublic int ReadByte()
throws java.lang.Throwable
ReadByte in class FileStreamjava.lang.Throwablepublic long Seek(long offset,
SeekOrigin origin)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
OutOfMemoryException
Seek in class FileStreamjava.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class FileStreampublic void SetLength(long value)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentNullException,
OutOfMemoryException
SetLength in class FileStreamjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionOutOfMemoryExceptionpublic void Unlock(long position,
long length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OutOfMemoryException,
OperationCanceledException
Unlock in class FileStreamjava.lang.ThrowableArgumentOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOutOfMemoryExceptionOperationCanceledExceptionpublic void Write(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
OutOfMemoryException
Write in class FileStreamjava.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
Write in class FileStreamjava.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionpublic void WriteByte(byte value)
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
OutOfMemoryException
WriteByte in class FileStreamjava.lang.ThrowableArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryException