Package system.io.isolatedstorage
Class IsolatedStorageFile
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.isolatedstorage.IsolatedStorage
-
- system.io.isolatedstorage.IsolatedStorageFile
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class IsolatedStorageFile extends IsolatedStorage implements java.lang.AutoCloseable
The base .NET class managing System.IO.IsolatedStorage.IsolatedStorageFile, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- 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.IsolatedStorageFilestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IsolatedStorageFile()
IsolatedStorageFile(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IsolatedStorageFile
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIsolatedStorageFile
, 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 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 TypeDateTimeOffset
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
GetStore(IsolatedStorageScope scope, Evidence domainEvidence, NetType domainEvidenceType, Evidence assemblyEvidence, 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)
-
Methods inherited from class system.io.isolatedstorage.IsolatedStorage
getApplicationIdentity, getAssemblyIdentity, getAvailableFreeSpace, getCurrentSize, getDomainIdentity, getMaximumSize, getQuota, getScope, getUsedSize, setQuota
-
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.IsolatedStorageFile- See Also:
- Constant Field Values
-
-
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 classIsolatedStorage
- 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 classIsolatedStorage
- 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 classIsolatedStorage
- 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 classIsolatedStorage
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classIsolatedStorage
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classIsolatedStorage
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static IsolatedStorageFile cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIsolatedStorageFile
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IsolatedStorageFile
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
DirectoryExists
public boolean DirectoryExists(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
-
FileExists
public boolean FileExists(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
-
IncreaseQuotaTo
public boolean IncreaseQuotaTo(long newQuotaSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotSupportedException
- Overrides:
IncreaseQuotaTo
in classIsolatedStorage
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
NotSupportedException
-
GetEnumerator
public static IEnumerator GetEnumerator(IsolatedStorageScope scope) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, IsolatedStorageException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, IndexOutOfRangeException, ApplicationException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
SecurityException
IsolatedStorageException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
IndexOutOfRangeException
ApplicationException
CultureNotFoundException
-
GetCreationTime
public DateTimeOffset GetCreationTime(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
OverflowException
-
GetLastAccessTime
public DateTimeOffset GetLastAccessTime(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
OverflowException
-
GetLastWriteTime
public DateTimeOffset GetLastWriteTime(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
OverflowException
-
GetMachineStoreForApplication
public static IsolatedStorageFile GetMachineStoreForApplication() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotSupportedException, CryptographicException, SerializationException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotSupportedException
CryptographicException
SerializationException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
-
GetMachineStoreForAssembly
public static IsolatedStorageFile GetMachineStoreForAssembly() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
CryptographicException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NotSupportedException
NullReferenceException
-
GetMachineStoreForDomain
public static IsolatedStorageFile GetMachineStoreForDomain() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
CryptographicException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NotSupportedException
NullReferenceException
-
GetStore
public static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetObject applicationIdentity) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, FormatException, IsolatedStorageException, CryptographicException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
FormatException
IsolatedStorageException
CryptographicException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NullReferenceException
-
GetStore
public static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetObject domainIdentity, NetObject assemblyIdentity) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, FormatException, IsolatedStorageException, CryptographicException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
FormatException
IsolatedStorageException
CryptographicException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NullReferenceException
-
GetStore
public static IsolatedStorageFile GetStore(IsolatedStorageScope scope, Evidence domainEvidence, NetType domainEvidenceType, Evidence assemblyEvidence, NetType assemblyEvidenceType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, XmlSyntaxException, NullReferenceException, IsolatedStorageException, CryptographicException, FormatException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
XmlSyntaxException
NullReferenceException
IsolatedStorageException
CryptographicException
FormatException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
-
GetStore
public static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetType applicationEvidenceType) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, NotSupportedException, IsolatedStorageException, ArgumentOutOfRangeException, CryptographicException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
NotSupportedException
IsolatedStorageException
ArgumentOutOfRangeException
CryptographicException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NullReferenceException
-
GetStore
public static IsolatedStorageFile GetStore(IsolatedStorageScope scope, NetType domainEvidenceType, NetType assemblyEvidenceType) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, NotSupportedException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NullReferenceException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
NotSupportedException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
CryptographicException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NullReferenceException
-
GetUserStoreForApplication
public static IsolatedStorageFile GetUserStoreForApplication() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotSupportedException, CryptographicException, SerializationException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotSupportedException
CryptographicException
SerializationException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
-
GetUserStoreForAssembly
public static IsolatedStorageFile GetUserStoreForAssembly() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
CryptographicException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NotSupportedException
NullReferenceException
-
GetUserStoreForDomain
public static IsolatedStorageFile GetUserStoreForDomain() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, SecurityException, IsolatedStorageException, ArgumentOutOfRangeException, NotImplementedException, CryptographicException, ObjectDisposedException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ApplicationException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
FormatException
ArgumentException
SecurityException
IsolatedStorageException
ArgumentOutOfRangeException
NotImplementedException
CryptographicException
ObjectDisposedException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ApplicationException
NotSupportedException
NullReferenceException
-
GetUserStoreForSite
public static IsolatedStorageFile GetUserStoreForSite() throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
CreateFile
public IsolatedStorageFileStream CreateFile(java.lang.String path) 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
-
OpenFile
public IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, SecurityException, IsolatedStorageException, NotImplementedException, ArgumentOutOfRangeException, NotSupportedException, IOException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
SecurityException
IsolatedStorageException
NotImplementedException
ArgumentOutOfRangeException
NotSupportedException
IOException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
-
OpenFile
public IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode, FileAccess access) 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
-
OpenFile
public IsolatedStorageFileStream OpenFile(java.lang.String path, FileMode mode, FileAccess access, FileShare share) 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
-
GetDirectoryNames
public java.lang.String[] GetDirectoryNames() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, PathTooLongException, IndexOutOfRangeException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
CultureNotFoundException
PathTooLongException
IndexOutOfRangeException
IsolatedStorageException
-
GetDirectoryNames
public java.lang.String[] GetDirectoryNames(java.lang.String searchPattern) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
CultureNotFoundException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
IsolatedStorageException
-
GetFileNames
public java.lang.String[] GetFileNames() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, PathTooLongException, IndexOutOfRangeException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
CultureNotFoundException
PathTooLongException
IndexOutOfRangeException
IsolatedStorageException
-
GetFileNames
public java.lang.String[] GetFileNames(java.lang.String searchPattern) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
CultureNotFoundException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
IsolatedStorageException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
-
CopyFile
public void CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
IsolatedStorageException
-
CopyFile
public void CopyFile(java.lang.String sourceFileName, java.lang.String destinationFileName, boolean overwrite) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
IsolatedStorageException
-
CreateDirectory
public void CreateDirectory(java.lang.String dir) throws java.lang.Throwable, ArgumentNullException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, IsolatedStorageException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
IsolatedStorageException
ObjectDisposedException
-
DeleteDirectory
public void DeleteDirectory(java.lang.String dir) throws java.lang.Throwable, ArgumentNullException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
IsolatedStorageException
-
DeleteFile
public void DeleteFile(java.lang.String file) throws java.lang.Throwable, ArgumentNullException, SecurityException, NotSupportedException, ArgumentException, MissingMethodException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
SecurityException
NotSupportedException
ArgumentException
MissingMethodException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
IsolatedStorageException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
-
MoveDirectory
public void MoveDirectory(java.lang.String sourceDirectoryName, java.lang.String destinationDirectoryName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
IsolatedStorageException
-
MoveFile
public void MoveFile(java.lang.String sourceFileName, java.lang.String destinationFileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, NotSupportedException, MissingMethodException, ArgumentOutOfRangeException, OutOfMemoryException, PathTooLongException, IndexOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, IsolatedStorageException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
InvalidOperationException
SecurityException
NotSupportedException
MissingMethodException
ArgumentOutOfRangeException
OutOfMemoryException
PathTooLongException
IndexOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
IsolatedStorageException
-
Remove
public void Remove() throws java.lang.Throwable, SecurityException, ArgumentNullException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PathTooLongException, CultureNotFoundException, IOException, IsolatedStorageException, WaitHandleCannotBeOpenedException, AbandonedMutexException, IndexOutOfRangeException, ApplicationException
- Overrides:
Remove
in classIsolatedStorage
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
PathTooLongException
CultureNotFoundException
IOException
IsolatedStorageException
WaitHandleCannotBeOpenedException
AbandonedMutexException
IndexOutOfRangeException
ApplicationException
-
Remove
public static void Remove(IsolatedStorageScope scope) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, SecurityException, IsolatedStorageException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, WaitHandleCannotBeOpenedException, AbandonedMutexException, ApplicationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
FormatException
ArgumentOutOfRangeException
IndexOutOfRangeException
NotSupportedException
SecurityException
IsolatedStorageException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
WaitHandleCannotBeOpenedException
AbandonedMutexException
ApplicationException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
getIsEnabled
public static boolean getIsEnabled() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-