Interface IFileObject
.NET interface for TO BE DEFINED FROM USER
public interface IFileObject
Properties
LastModified
long LastModified { get; }
Property Value
Name
String Name { get; }
Property Value
Methods
Delete()
bool Delete()
Returns
GetCharContent(bool)
CharSequence GetCharContent(bool arg0)
Parameters
Returns
Exceptions
OpenInputStream()
InputStream OpenInputStream()
Returns
Exceptions
OpenOutputStream()
OutputStream OpenOutputStream()
Returns
Exceptions
OpenReader(bool)
Reader OpenReader(bool arg0)
Parameters
Returns
Exceptions
OpenWriter()
Writer OpenWriter()
Returns
Exceptions
ToUri()
https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/tools/FileObject.html#toUri()
URI ToUri()