Package microsoft.visualbasic
Class FileSystem
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.FileSystem
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class FileSystem extends NetObject
The base .NET class managing Microsoft.VisualBasic.FileSystem, Microsoft.VisualBasic.Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.See: https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.FileSystem
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Corestatic String
className
Qualified class name: Microsoft.VisualBasic.FileSystemstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description FileSystem()
FileSystem(Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSystem
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoFileSystem
, a cast assert is made to check if types are compatible.static void
ChDir(String Path)
static void
ChDrive(char Drive)
static void
ChDrive(String Drive)
static String
CurDir()
static String
CurDir(char Drive)
static String
Dir()
static String
Dir(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(String Source, String Destination)
static DateTime
FileDateTime(String PathName)
static void
FileGetObject(int FileNumber, JCORefOut<NetObject> Value, long RecordNumber)
static long
FileLen(String PathName)
static void
FileOpen(int FileNumber, String FileName, OpenMode Mode, OpenAccess Access, OpenShare Share, int RecordLength)
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, 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, String Value, long RecordNumber, boolean StringIsFixedLength)
static void
FilePut(int FileNumber, Array Value, long RecordNumber, boolean ArrayIsDynamic, boolean StringIsFixedLength)
static void
FilePut(int FileNumber, DateTime Value, long RecordNumber)
static void
FilePut(int FileNumber, Decimal Value, long RecordNumber)
static void
FilePut(int FileNumber, Single Value, long RecordNumber)
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(String PathName)
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic String
InputString(int FileNumber, int CharCount)
static void
Kill(String PathName)
static 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(String Path)
static void
Print(int FileNumber, NetObject... Output)
static void
PrintLine(int FileNumber, NetObject... Output)
static void
Rename(String OldPath, String NewPath)
static void
Reset()
static void
RmDir(String Path)
static long
Seek(int FileNumber)
static void
Seek(int FileNumber, long Position)
static void
SetAttr(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)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: Microsoft.VisualBasic.Core- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: Microsoft.VisualBasic.FileSystem- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static FileSystem cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoFileSystem
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
FileSystem
instance- Throws:
Throwable
- in case of error during cast operation
-
EOF
public static boolean EOF(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
-
FreeFile
public static int FreeFile() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
FormatException
OutOfMemoryException
ExternalException
CultureNotFoundException
SecurityException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
FileLen
public static long FileLen(String PathName) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, FileNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
FileNotFoundException
-
Loc
public static long Loc(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
-
LOF
public static long LOF(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
Seek
public static long Seek(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
-
GetAttr
public static FileAttribute GetAttr(String PathName) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, FileNotFoundException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
OutOfMemoryException
ExternalException
CultureNotFoundException
FileNotFoundException
-
FileAttr
public static OpenMode FileAttr(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
-
FileDateTime
public static DateTime FileDateTime(String PathName) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, OverflowException, FileNotFoundException
-
CurDir
public static String CurDir() throws Throwable, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException
-
CurDir
public static String CurDir(char Drive) throws Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
-
Dir
public static String Dir() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException
-
Dir
public static String Dir(String PathName, FileAttribute Attributes) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException, FormatException, SecurityException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
OutOfMemoryException
FormatException
SecurityException
-
InputString
public static String InputString(int FileNumber, int CharCount) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, FormatException, ObjectDisposedException, NullReferenceException, OverflowException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
SecurityException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
FormatException
ObjectDisposedException
NullReferenceException
OverflowException
-
LineInput
public static String LineInput(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, NullReferenceException, ObjectDisposedException, ArrayTypeMismatchException, OutOfMemoryException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
FormatException
IndexOutOfRangeException
CultureNotFoundException
ArgumentOutOfRangeException
SecurityException
InvalidOperationException
NullReferenceException
ObjectDisposedException
ArrayTypeMismatchException
OutOfMemoryException
-
ChDir
public static void ChDir(String Path) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException
-
ChDrive
public static void ChDrive(char Drive) throws Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException
-
ChDrive
public static void ChDrive(String Drive) throws Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, CultureNotFoundException
-
FileClose
public static void FileClose(int... FileNumbers) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
FormatException
OutOfMemoryException
ExternalException
CultureNotFoundException
SecurityException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
FileClose
public static void FileClose(JCORefOut dupParam0) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
FormatException
OutOfMemoryException
ExternalException
CultureNotFoundException
SecurityException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
FileCopy
public static void FileCopy(String Source, String Destination) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, IOException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
SecurityException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
IOException
-
FileGetObject
public static void FileGetObject(int FileNumber, JCORefOut<NetObject> Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, InvalidOperationException
-
FileOpen
public static void FileOpen(int FileNumber, String FileName, OpenMode Mode, OpenAccess Access, OpenShare Share, int RecordLength) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, FormatException, InvalidOperationException, IndexOutOfRangeException, SecurityException, RankException, ArrayTypeMismatchException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
FormatException
InvalidOperationException
IndexOutOfRangeException
SecurityException
RankException
ArrayTypeMismatchException
NotSupportedException
-
FilePut
public static void FilePut(int FileNumber, boolean Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, byte Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, char Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, double Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, short Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, int Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, long Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, Single Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, Array Value, long RecordNumber, boolean ArrayIsDynamic, boolean StringIsFixedLength) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, DateTime Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, Decimal Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, String Value, long RecordNumber, boolean StringIsFixedLength) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(int FileNumber, ValueType Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FilePut
public static void FilePut(NetObject FileNumber, NetObject Value, NetObject RecordNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException
-
FilePutObject
public static void FilePutObject(int FileNumber, NetObject Value, long RecordNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, FormatException, SecurityException, RankException, ArrayTypeMismatchException, InvalidOperationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
IndexOutOfRangeException
FormatException
SecurityException
RankException
ArrayTypeMismatchException
InvalidOperationException
-
FileWidth
public static void FileWidth(int FileNumber, int RecordWidth) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
-
Kill
public static void Kill(String PathName) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, RankException, ArrayTypeMismatchException, SecurityException, FileNotFoundException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
InvalidOperationException
FormatException
OutOfMemoryException
ExternalException
CultureNotFoundException
RankException
ArrayTypeMismatchException
SecurityException
FileNotFoundException
-
Lock
public static void Lock(int FileNumber, long FromRecord, long ToRecord) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
Lock
public static void Lock(int FileNumber, long Record) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
Lock
public static void Lock(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
MkDir
public static void MkDir(String Path) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, InvalidOperationException, FormatException
-
Print
public static void Print(int FileNumber, NetObject... Output) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, OverflowException, InvalidCastException, OutOfMemoryException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
FormatException
IndexOutOfRangeException
CultureNotFoundException
ArgumentOutOfRangeException
SecurityException
InvalidOperationException
OverflowException
InvalidCastException
OutOfMemoryException
-
PrintLine
public static void PrintLine(int FileNumber, NetObject... Output) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, OverflowException, InvalidCastException
-
Rename
public static void Rename(String OldPath, String NewPath) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException, ExternalException, CultureNotFoundException, SecurityException, IndexOutOfRangeException
-
Reset
public static void Reset() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException
-
RmDir
public static void RmDir(String Path) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, InvalidOperationException, IOException
-
Seek
public static void Seek(int FileNumber, long Position) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
SetAttr
public static void SetAttr(String PathName, FileAttribute Attributes) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, SecurityException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, FormatException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
SecurityException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
FormatException
-
Unlock
public static void Unlock(int FileNumber, long FromRecord, long ToRecord) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
Unlock
public static void Unlock(int FileNumber, long Record) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
Unlock
public static void Unlock(int FileNumber) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ObjectDisposedException
-
Write
public static void Write(int FileNumber, NetObject... Output) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, OutOfMemoryException, OverflowException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
FormatException
IndexOutOfRangeException
CultureNotFoundException
ArgumentOutOfRangeException
SecurityException
InvalidOperationException
OutOfMemoryException
OverflowException
InvalidCastException
-
WriteLine
public static void WriteLine(int FileNumber, NetObject... Output) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, FormatException, IndexOutOfRangeException, CultureNotFoundException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, OutOfMemoryException, OverflowException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
FormatException
IndexOutOfRangeException
CultureNotFoundException
ArgumentOutOfRangeException
SecurityException
InvalidOperationException
OutOfMemoryException
OverflowException
InvalidCastException
-
-