public class IsolatedStorageFile extends IsolatedStorage implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IO.IsolatedStorage.IsolatedStorageFile
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: System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.IO.IsolatedStorage
|
static java.lang.String |
className
Qualified class name: System.IO.IsolatedStorage.IsolatedStorageFile
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IsolatedStorageFile() |
IsolatedStorageFile(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IsolatedStorageFile |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IsolatedStorageFile, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Close() |
void |
CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName) |
void |
CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName,
boolean overwrite) |
void |
CreateDirectory(java.lang.String dir) |
IsolatedStorageFileStream |
CreateFile(java.lang.String path) |
void |
DeleteDirectory(java.lang.String dir) |
void |
DeleteFile(java.lang.String file) |
boolean |
DirectoryExists(java.lang.String path) |
void |
Dispose() |
boolean |
FileExists(java.lang.String path) |
DateTimeOffset |
GetCreationTime(java.lang.String path) |
java.lang.String[] |
GetDirectoryNames() |
java.lang.String[] |
GetDirectoryNames(java.lang.String searchPattern) |
static IEnumerator |
GetEnumerator(IsolatedStorageScope scope) |
java.lang.String[] |
GetFileNames() |
java.lang.String[] |
GetFileNames(java.lang.String searchPattern) |
static boolean |
getIsEnabled() |
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
|
DateTimeOffset |
GetLastAccessTime(java.lang.String path) |
DateTimeOffset |
GetLastWriteTime(java.lang.String path) |
static IsolatedStorageFile |
GetMachineStoreForApplication() |
static IsolatedStorageFile |
GetMachineStoreForAssembly() |
static IsolatedStorageFile |
GetMachineStoreForDomain() |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetObject applicationIdentity) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetObject domainIdentity,
NetObject assemblyIdentity) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetType applicationEvidenceType) |
static IsolatedStorageFile |
GetStore(IsolatedStorageScope scope,
NetType domainEvidenceType,
NetType assemblyEvidenceType) |
static IsolatedStorageFile |
GetUserStoreForApplication() |
static IsolatedStorageFile |
GetUserStoreForAssembly() |
static IsolatedStorageFile |
GetUserStoreForDomain() |
static IsolatedStorageFile |
GetUserStoreForSite() |
boolean |
IncreaseQuotaTo(long newQuotaSize) |
void |
MoveDirectory(java.lang.String sourceDirectoryName,
java.lang.String destinationDirectoryName) |
void |
MoveFile(java.lang.String sourceFileName,
java.lang.String destinationFileName) |
IsolatedStorageFileStream |
OpenFile(java.lang.String path,
FileMode mode) |
IsolatedStorageFileStream |
OpenFile(java.lang.String path,
FileMode mode,
FileAccess access) |
IsolatedStorageFileStream |
OpenFile(java.lang.String path,
FileMode mode,
FileAccess access,
FileShare share) |
void |
Remove() |
static void |
Remove(IsolatedStorageScope scope) |
void |
setJCOInstance(JCObject instance) |
getApplicationIdentity, getAssemblyIdentity, getAvailableFreeSpace, getCurrentSize, getDomainIdentity, getMaximumSize, getQuota, getScope, getUsedSize, setScopeGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IsolatedStorageFile()
throws java.lang.Throwable
java.lang.Throwablepublic IsolatedStorageFile(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static IsolatedStorageFile cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IsolatedStorageFile, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIsolatedStorageFile instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Close()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
IOException,
FormatException,
FileNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionFormatExceptionFileNotFoundExceptionpublic void CopyFile(java.lang.String sourceFileName,
java.lang.String destinationFileName,
boolean overwrite)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException,
IOException,
FileNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionFileNotFoundExceptionpublic void CreateDirectory(java.lang.String dir)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException
public IsolatedStorageFileStream CreateFile(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, IsolatedStorageException, SerializationException
public void DeleteDirectory(java.lang.String dir)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException,
IOException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionIOExceptionpublic void DeleteFile(java.lang.String file)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException
public boolean DirectoryExists(java.lang.String path)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException
public void Dispose()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public boolean FileExists(java.lang.String path)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException
public DateTimeOffset GetCreationTime(java.lang.String path) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException
public java.lang.String[] GetDirectoryNames()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
ArrayTypeMismatchException
public java.lang.String[] GetDirectoryNames(java.lang.String searchPattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionpublic static IEnumerator GetEnumerator(IsolatedStorageScope scope) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] GetFileNames()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OutOfMemoryException,
ArrayTypeMismatchException
public java.lang.String[] GetFileNames(java.lang.String searchPattern)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionpublic static boolean getIsEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class IsolatedStorageString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class IsolatedStorageString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class IsolatedStorageObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class IsolatedStorageString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class IsolatedStorageJCType representing the CLR Type of the instantiated Classpublic DateTimeOffset GetLastAccessTime(java.lang.String path) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException
public DateTimeOffset GetLastWriteTime(java.lang.String path) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException
public static IsolatedStorageFile GetMachineStoreForApplication() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, NullReferenceException, NotSupportedException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetMachineStoreForAssembly() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, NullReferenceException, NotSupportedException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetMachineStoreForDomain() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, NullReferenceException, NotSupportedException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetObject applicationIdentity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetObject domainIdentity, NetObject assemblyIdentity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetType applicationEvidenceType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetType domainEvidenceType, NetType assemblyEvidenceType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetUserStoreForApplication() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, NullReferenceException, NotSupportedException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetUserStoreForAssembly() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, NullReferenceException, NotSupportedException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetUserStoreForDomain() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, ObjectDisposedException, NullReferenceException, NotSupportedException, IsolatedStorageException, UriFormatException, FormatException, WaitHandleCannotBeOpenedException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, Win32Exception, ApplicationException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIsolatedStorageExceptionUriFormatExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionOutOfMemoryExceptionSynchronizationLockExceptionWin32ExceptionApplicationExceptionpublic static IsolatedStorageFile GetUserStoreForSite() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public boolean IncreaseQuotaTo(long newQuotaSize)
throws java.lang.Throwable
IncreaseQuotaTo in class IsolatedStoragejava.lang.Throwablepublic void MoveDirectory(java.lang.String sourceDirectoryName,
java.lang.String destinationDirectoryName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
IOException,
DirectoryNotFoundException
public void MoveFile(java.lang.String sourceFileName,
java.lang.String destinationFileName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
ObjectDisposedException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
FileNotFoundException
public IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, IsolatedStorageException, OutOfMemoryException, Win32Exception, SerializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionIsolatedStorageExceptionOutOfMemoryExceptionWin32ExceptionSerializationExceptionpublic IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode, FileAccess access) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, IsolatedStorageException, SerializationException
public IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode, FileAccess access, FileShare share) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, IsolatedStorageException, SerializationException
public void Remove()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
IOException,
MissingMethodException,
TargetInvocationException,
IsolatedStorageException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
Remove in class IsolatedStoragejava.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionIsolatedStorageExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic static void Remove(IsolatedStorageScope scope) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, OutOfMemoryException, MissingMethodException, TargetInvocationException, WaitHandleCannotBeOpenedException, AbandonedMutexException, IsolatedStorageException, LockRecursionException, SynchronizationLockException, Win32Exception, PrivilegeNotHeldException, UnauthorizedAccessException, ApplicationException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionIsolatedStorageExceptionLockRecursionExceptionSynchronizationLockExceptionWin32ExceptionPrivilegeNotHeldExceptionUnauthorizedAccessExceptionApplicationExceptionIOExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class IsolatedStorage