public class FileSystem extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.FileSystem
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: Microsoft.VisualBasic.Core, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Core
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.FileSystem
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FileSystem() |
FileSystem(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FileSystem, a cast assert is made to check if types are compatible. |
static void |
ChDir(java.lang.String Path) |
static void |
ChDrive(char Drive) |
static void |
ChDrive(java.lang.String Drive) |
static java.lang.String |
CurDir() |
static java.lang.String |
CurDir(char Drive) |
static java.lang.String |
Dir() |
static java.lang.String |
Dir(java.lang.String PathName,
FileAttribute Attributes) |
static boolean |
EOF(int FileNumber) |
static OpenMode |
FileAttr(int FileNumber) |
static void |
FileClose(int... FileNumbers) |
static void |
FileClose(JCORefOut dupParam0) |
static void |
FileCopy(java.lang.String Source,
java.lang.String Destination) |
static DateTime |
FileDateTime(java.lang.String PathName) |
static void |
FileGetObject(int FileNumber,
JCORefOut<NetObject> Value,
long RecordNumber) |
static long |
FileLen(java.lang.String PathName) |
static void |
FileOpen(int FileNumber,
java.lang.String FileName,
OpenMode Mode,
OpenAccess Access,
OpenShare Share,
int RecordLength) |
static void |
FilePut(int FileNumber,
Array Value,
long RecordNumber,
boolean ArrayIsDynamic,
boolean StringIsFixedLength) |
static void |
FilePut(int FileNumber,
boolean Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
byte Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
char Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
DateTime Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
Decimal Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
double Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
int Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
long Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
short Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
Single Value,
long RecordNumber) |
static void |
FilePut(int FileNumber,
java.lang.String Value,
long RecordNumber,
boolean StringIsFixedLength) |
static void |
FilePut(int FileNumber,
ValueType Value,
long RecordNumber) |
static void |
FilePut(NetObject FileNumber,
NetObject Value,
NetObject RecordNumber) |
static void |
FilePutObject(int FileNumber,
NetObject Value,
long RecordNumber) |
static void |
FileWidth(int FileNumber,
int RecordWidth) |
static int |
FreeFile() |
static FileAttribute |
GetAttr(java.lang.String PathName) |
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
|
static java.lang.String |
InputString(int FileNumber,
int CharCount) |
static void |
Kill(java.lang.String PathName) |
static java.lang.String |
LineInput(int FileNumber) |
static long |
Loc(int FileNumber) |
static void |
Lock(int FileNumber) |
static void |
Lock(int FileNumber,
long Record) |
static void |
Lock(int FileNumber,
long FromRecord,
long ToRecord) |
static long |
LOF(int FileNumber) |
static void |
MkDir(java.lang.String Path) |
static void |
Print(int FileNumber,
NetObject... Output) |
static void |
PrintLine(int FileNumber,
NetObject... Output) |
static void |
Rename(java.lang.String OldPath,
java.lang.String NewPath) |
static void |
Reset() |
static void |
RmDir(java.lang.String Path) |
static long |
Seek(int FileNumber) |
static void |
Seek(int FileNumber,
long Position) |
static void |
SetAttr(java.lang.String PathName,
FileAttribute Attributes) |
void |
setJCOInstance(JCObject instance) |
static SpcInfo |
SPC(short Count) |
static TabInfo |
TAB() |
static TabInfo |
TAB(short Column) |
static void |
Unlock(int FileNumber) |
static void |
Unlock(int FileNumber,
long Record) |
static void |
Unlock(int FileNumber,
long FromRecord,
long ToRecord) |
static void |
Write(int FileNumber,
NetObject... Output) |
static void |
WriteLine(int FileNumber,
NetObject... Output) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FileSystem()
throws java.lang.Throwable
java.lang.Throwablepublic FileSystem(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static FileSystem cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FileSystem, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFileSystem instancejava.lang.Throwable - in case of error during cast operationpublic static void ChDir(java.lang.String Path)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionFormatExceptionpublic static void ChDrive(char Drive)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentNullException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public static void ChDrive(java.lang.String Drive)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionpublic static java.lang.String CurDir()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
CultureNotFoundException
public static java.lang.String CurDir(char Drive)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentNullException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public static java.lang.String Dir()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
SecurityException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
OutOfMemoryException
public static java.lang.String Dir(java.lang.String PathName,
FileAttribute Attributes)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
SecurityException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionSecurityExceptionpublic static boolean EOF(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException
public static OpenMode FileAttr(int FileNumber) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
public static void FileClose(int... FileNumbers)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
InvalidOperationException,
CultureNotFoundException,
SecurityException,
RankException,
ArrayTypeMismatchException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionSecurityExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic static void FileClose(JCORefOut dupParam0) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, SecurityException, RankException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionSecurityExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic static void FileCopy(java.lang.String Source,
java.lang.String Destination)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
OutOfMemoryException,
ExternalException,
MissingMethodException,
TargetInvocationException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionExternalExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionpublic static DateTime FileDateTime(java.lang.String PathName) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, FormatException, MissingMethodException, TargetInvocationException, FileNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionFileNotFoundExceptionpublic static void FileGetObject(int FileNumber,
JCORefOut<NetObject> Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
SecurityException
public static long FileLen(java.lang.String PathName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException,
FileNotFoundException
public static void FileOpen(int FileNumber,
java.lang.String FileName,
OpenMode Mode,
OpenAccess Access,
OpenShare Share,
int RecordLength)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException,
FormatException,
SecurityException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionFormatExceptionSecurityExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
Array Value,
long RecordNumber,
boolean ArrayIsDynamic,
boolean StringIsFixedLength)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
boolean Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
byte Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
char Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
DateTime Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
Decimal Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
double Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
int Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
long Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
short Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
Single Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
java.lang.String Value,
long RecordNumber,
boolean StringIsFixedLength)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(int FileNumber,
ValueType Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FilePut(NetObject FileNumber, NetObject Value, NetObject RecordNumber) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public static void FilePutObject(int FileNumber,
NetObject Value,
long RecordNumber)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
ExternalException,
FormatException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic static void FileWidth(int FileNumber,
int RecordWidth)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException
public static int FreeFile()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NullReferenceException,
OutOfMemoryException,
ExternalException,
ArgumentNullException,
InvalidOperationException,
CultureNotFoundException,
SecurityException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionSecurityExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionFormatExceptionpublic static FileAttribute GetAttr(java.lang.String PathName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, UnreachableException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, MissingMethodException, TargetInvocationException, FileNotFoundException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionUnreachableExceptionFormatExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionFileNotFoundExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static java.lang.String InputString(int FileNumber,
int CharCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
FormatException,
NullReferenceException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionpublic static void Kill(java.lang.String PathName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException,
NullReferenceException,
ExternalException,
ArgumentNullException,
CultureNotFoundException,
RankException,
ArrayTypeMismatchException,
MissingMethodException,
TargetInvocationException,
SecurityException,
FileNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionNullReferenceExceptionExternalExceptionArgumentNullExceptionCultureNotFoundExceptionRankExceptionArrayTypeMismatchExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionFileNotFoundExceptionpublic static java.lang.String LineInput(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
NullReferenceException,
ObjectDisposedException,
ArrayTypeMismatchException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionObjectDisposedExceptionArrayTypeMismatchExceptionArgumentNullExceptionpublic static long Loc(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException
public static void Lock(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void Lock(int FileNumber,
long Record)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void Lock(int FileNumber,
long FromRecord,
long ToRecord)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static long LOF(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void MkDir(java.lang.String Path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
FormatException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionpublic static void Print(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
IndexOutOfRangeException,
OverflowException,
FormatException,
ArgumentNullException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionArgumentNullExceptionInvalidCastExceptionpublic static void PrintLine(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
IndexOutOfRangeException,
OverflowException,
FormatException,
ArgumentNullException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionArgumentNullExceptionInvalidCastExceptionpublic static void Rename(java.lang.String OldPath,
java.lang.String NewPath)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ExternalException,
SecurityException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
ArgumentNullException,
FormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionSecurityExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionArgumentNullExceptionFormatExceptionpublic static void Reset()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
SecurityException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException
public static void RmDir(java.lang.String Path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
IOException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionpublic static long Seek(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException
public static void Seek(int FileNumber,
long Position)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void SetAttr(java.lang.String PathName,
FileAttribute Attributes)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static SpcInfo SPC(short Count) throws java.lang.Throwable
java.lang.Throwablepublic static TabInfo TAB() throws java.lang.Throwable
java.lang.Throwablepublic static TabInfo TAB(short Column) throws java.lang.Throwable
java.lang.Throwablepublic static void Unlock(int FileNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void Unlock(int FileNumber,
long Record)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void Unlock(int FileNumber,
long FromRecord,
long ToRecord)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ObjectDisposedException
public static void Write(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ArgumentNullException,
IndexOutOfRangeException,
OverflowException,
FormatException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionInvalidCastExceptionpublic static void WriteLine(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
CultureNotFoundException,
ArgumentOutOfRangeException,
SecurityException,
InvalidOperationException,
ArgumentNullException,
IndexOutOfRangeException,
OverflowException,
FormatException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionInvalidCastException