Table of Contents

Class FileStore

Namespace
Java.Nio.File
Assembly
MASES.JNet.dll
public class FileStore : JVMBridgeBase<FileStore>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<FileStore>
FileStore
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<FileStore>.IsAssignableFrom(IJavaType)
JVMBridgeBase<FileStore>.IsAssignableFrom<T>()
JVMBridgeBase<FileStore>.Execute<T>(params T[])
JVMBridgeBase<FileStore>.DynBridgeClazz
JVMBridgeBase<FileStore>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

FileStore()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("FileStore class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FileStore()

FileStore(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("FileStore class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FileStore(params object[] args)

Parameters

args object[]

Properties

BlockSize

public long BlockSize { get; }

Property Value

long

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

TotalSpace

public long TotalSpace { get; }

Property Value

long

UnallocatedSpace

public long UnallocatedSpace { get; }

Property Value

long

UsableSpace

public long UsableSpace { get; }

Property Value

long

Methods

GetAttribute(String)

public object GetAttribute(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

IOException

GetFileStoreAttributeView<V>(Class)

public V GetFileStoreAttributeView<V>(Class arg0) where V : IFileStoreAttributeView, new()

Parameters

arg0 Class

Class

Returns

V

V

Type Parameters

V

IFileStoreAttributeView

IsReadOnly()

public bool IsReadOnly()

Returns

bool

bool

Name()

public String Name()

Returns

String

String

SupportsFileAttributeView(Class)

public bool SupportsFileAttributeView(Class arg0)

Parameters

arg0 Class

Class

Returns

bool

bool

SupportsFileAttributeView(String)

public bool SupportsFileAttributeView(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Type()

public String Type()

Returns

String

String