Class SecureDirectoryStream
public class SecureDirectoryStream : DirectoryStream, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEnumerable, IEnumerableExtension, IIterable
- Inheritance
-
SecureDirectoryStream
- Implements
- Inherited Members
-
JVMBridgeBase<Iterable>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
- Extension Methods
Constructors
SecureDirectoryStream()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("SecureDirectoryStream 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 SecureDirectoryStream()
SecureDirectoryStream(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("SecureDirectoryStream 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 SecureDirectoryStream(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
DeleteDirectory(object)
public void DeleteDirectory(object arg0)
Parameters
Exceptions
DeleteFile(object)
public void DeleteFile(object arg0)
Parameters
Exceptions
GetFileAttributeView(Class)
public FileAttributeView GetFileAttributeView(Class arg0)
Parameters
Returns
GetFileAttributeView(object, Class, params LinkOption[])
public FileAttributeView GetFileAttributeView(object arg0, Class arg1, params LinkOption[] arg2)
Parameters
arg0
objectarg1
Classarg2
LinkOption[]
Returns
Move(object, SecureDirectoryStream, object)
public void Move(object arg0, SecureDirectoryStream arg1, object arg2)
Parameters
arg0
objectarg1
SecureDirectoryStreamarg2
object
Exceptions
NewByteChannel(object, Set, params FileAttribute[])
public SeekableByteChannel NewByteChannel(object arg0, Set arg1, params FileAttribute[] arg2)
Parameters
arg0
objectarg1
Setarg2
FileAttribute[]
Returns
Exceptions
NewDirectoryStream(object, params LinkOption[])
public SecureDirectoryStream NewDirectoryStream(object arg0, params LinkOption[] arg1)
Parameters
arg0
objectarg1
LinkOption[]