IFileData
Description
- Derived from
- Extended by
-
FileData abstract
Base interface for classes that provide data for files.
Public / Methods
AsciiNumbers
Treats the file as a text file that contains a sequence of decimal numbers and encodes the values as a binary data stream.
The binary data of this IFileData object is treated as a stream of CharacterEncodingSimple.ASCII characters, which is then split into tokens, using whitespace as separator. Each token is parsed as a decimal number and the resulting sequence of numbers is encoded as a binary data stream.
- See also
OpenStream
Opens a sequential data stream that returns the file data.
- IOException
-
If an I/O error has occurred.
Public / Attributes
IsPathInfoValid
Can the IPathInfo.PathInfo value be used to access the file data in the local filesystem?