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, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic
|
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,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void ChDrive(char Drive)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void ChDrive(java.lang.String Drive)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
PathTooLongException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionpublic static java.lang.String CurDir()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ObjectDisposedException,
OutOfMemoryException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionObjectDisposedExceptionOutOfMemoryExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionpublic static java.lang.String CurDir(char Drive)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static java.lang.String Dir()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static java.lang.String Dir(java.lang.String PathName,
FileAttribute Attributes)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
PathTooLongException,
CultureNotFoundException,
IndexOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException,
NullReferenceException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static boolean EOF(int FileNumber)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException
public static OpenMode FileAttr(int FileNumber) throws java.lang.Throwable, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException
public static void FileClose(int... FileNumbers)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FileClose(JCORefOut dupParam0) throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FileCopy(java.lang.String Source,
java.lang.String Destination)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
SecurityException,
PathTooLongException,
IOException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionPathTooLongExceptionIOExceptionpublic static DateTime FileDateTime(java.lang.String PathName) throws java.lang.Throwable, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, PathTooLongException, OverflowException, FileNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPathTooLongExceptionOverflowExceptionFileNotFoundExceptionpublic static void FileGetObject(int FileNumber,
JCORefOut<NetObject> Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static long FileLen(java.lang.String PathName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
NotSupportedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FileNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFileNotFoundExceptionpublic static void FileOpen(int FileNumber,
java.lang.String FileName,
OpenMode Mode,
OpenAccess Access,
OpenShare Share,
int RecordLength)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionpublic static void FilePut(int FileNumber,
Array Value,
long RecordNumber,
boolean ArrayIsDynamic,
boolean StringIsFixedLength)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
boolean Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
byte Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
char Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
DateTime Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
Decimal Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
double Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
int Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
long Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
short Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
Single Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
java.lang.String Value,
long RecordNumber,
boolean StringIsFixedLength)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(int FileNumber,
ValueType Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FilePut(NetObject FileNumber, NetObject Value, NetObject RecordNumber) throws java.lang.Throwable, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic static void FilePutObject(int FileNumber,
NetObject Value,
long RecordNumber)
throws java.lang.Throwable,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void FileWidth(int FileNumber,
int RecordWidth)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException
public static int FreeFile()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static FileAttribute GetAttr(java.lang.String PathName) throws java.lang.Throwable, IndexOutOfRangeException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, CultureNotFoundException, ArgumentException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PathTooLongException, FileNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionCultureNotFoundExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPathTooLongExceptionFileNotFoundExceptionpublic 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,
NotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
IndexOutOfRangeException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
SecurityException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionOverflowExceptionpublic static void Kill(java.lang.String PathName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
PathTooLongException,
OutOfMemoryException,
IndexOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException,
NullReferenceException,
FormatException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionPathTooLongExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionpublic static java.lang.String LineInput(int FileNumber)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NullReferenceException,
OutOfMemoryException
public static long Loc(int FileNumber)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException
public static void Lock(int FileNumber)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Lock(int FileNumber,
long Record)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Lock(int FileNumber,
long FromRecord,
long ToRecord)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static long LOF(int FileNumber)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OutOfMemoryException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOutOfMemoryExceptionOperationCanceledExceptionpublic static void MkDir(java.lang.String Path)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Print(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
OverflowException,
NotSupportedException,
FormatException,
NullReferenceException,
InvalidCastException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionOverflowExceptionNotSupportedExceptionFormatExceptionNullReferenceExceptionInvalidCastExceptionpublic static void PrintLine(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
OverflowException,
NotSupportedException,
FormatException,
InvalidCastException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionOverflowExceptionNotSupportedExceptionFormatExceptionInvalidCastExceptionpublic static void Rename(java.lang.String OldPath,
java.lang.String NewPath)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Reset()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
NotSupportedException,
IndexOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic static void RmDir(java.lang.String Path)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static long Seek(int FileNumber)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException
public static void Seek(int FileNumber,
long Position)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OutOfMemoryException,
OperationCanceledException,
WaitHandleCannotBeOpenedException,
EndOfStreamException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
SemaphoreFullException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOutOfMemoryExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionEndOfStreamExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionpublic static void SetAttr(java.lang.String PathName,
FileAttribute Attributes)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
SecurityException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic 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,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Unlock(int FileNumber,
long Record)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Unlock(int FileNumber,
long FromRecord,
long ToRecord)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void Write(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
OverflowException,
NotSupportedException,
FormatException,
InvalidCastException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionOverflowExceptionNotSupportedExceptionFormatExceptionInvalidCastExceptionpublic static void WriteLine(int FileNumber,
NetObject... Output)
throws java.lang.Throwable,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
OverflowException,
NotSupportedException,
FormatException,
InvalidCastException
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionOverflowExceptionNotSupportedExceptionFormatExceptionInvalidCastException