System.IO.FileStream
E697497
System.IO.FileStream is a .NET class that provides a stream for reading from and writing to files on disk with support for synchronous and asynchronous I/O operations.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.IO.FileStream canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897378 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.IO.FileStream Context triple: [System.IO, containsType, System.IO.FileStream]
-
A.
System.IO
System.IO is a .NET namespace that provides types for reading and writing data to streams, files, and directories.
-
B.
Filesystem
Filesystem is a Symfony component that provides convenient, object-oriented utilities for interacting with and manipulating the file system in PHP applications.
-
C.
Smart File System (via third-party)
Smart File System (via third-party) is an advanced journaling file system used on AmigaOS systems, offering improved performance, reliability, and support for large volumes compared to the platform’s older native file systems.
-
D.
Lisa File System
Lisa File System is the proprietary disk file system developed by Apple for its early Lisa computer, featuring a hierarchical directory structure and advanced metadata for its time.
-
E.
Fast File System
Fast File System is a high-performance disk file system used by AmigaOS to improve speed and efficiency over its earlier standard file system.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.IO.FileStream Target entity description: System.IO.FileStream is a .NET class that provides a stream for reading from and writing to files on disk with support for synchronous and asynchronous I/O operations.
-
A.
System.IO
System.IO is a .NET namespace that provides types for reading and writing data to streams, files, and directories.
-
B.
Filesystem
Filesystem is a Symfony component that provides convenient, object-oriented utilities for interacting with and manipulating the file system in PHP applications.
-
C.
Smart File System (via third-party)
Smart File System (via third-party) is an advanced journaling file system used on AmigaOS systems, offering improved performance, reliability, and support for large volumes compared to the platform’s older native file systems.
-
D.
Lisa File System
Lisa File System is the proprietary disk file system developed by Apple for its early Lisa computer, featuring a hierarchical directory structure and advanced metadata for its time.
-
E.
Fast File System
Fast File System is a high-performance disk file system used by AmigaOS to improve speed and efficiency over its earlier standard file system.
- F. None of above. chosen
Statements (55)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
class ⓘ stream type ⓘ |
| assembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| hasConstructorParameter |
System.IO.FileAccess access
ⓘ
System.IO.FileMode mode ⓘ System.IO.FileOptions options ⓘ System.IO.FileShare share ⓘ bool useAsync ⓘ int bufferSize ⓘ string path ⓘ |
| hasMethod |
System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count)
ⓘ
System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count) ⓘ int Read(byte[] buffer, int offset, int count) ⓘ long Seek(long offset, System.IO.SeekOrigin origin) ⓘ void Close() ⓘ void Dispose() ⓘ void Flush() ⓘ void SetLength(long value) ⓘ void Write(byte[] buffer, int offset, int count) ⓘ |
| hasProperty |
IntPtr Handle
ⓘ
SafeFileHandle SafeFileHandle NERFINISHED ⓘ bool CanRead ⓘ bool CanSeek ⓘ bool CanWrite ⓘ long Length ⓘ long Position ⓘ string Name ⓘ |
| implements | System.IDisposable NERFINISHED ⓘ |
| inheritsFrom | System.IO.Stream NERFINISHED ⓘ |
| introducedIn | .NET Framework 1.0 NERFINISHED ⓘ |
| namespace | System.IO ⓘ |
| platform |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ .NET Standard NERFINISHED ⓘ |
| supports |
asynchronous I/O
ⓘ
buffered I/O ⓘ file handle access ⓘ file length manipulation ⓘ file locking ⓘ file seeking ⓘ file sharing modes ⓘ file truncation ⓘ random access ⓘ sequential access ⓘ synchronous I/O ⓘ |
| threadSafety | instance members are not guaranteed to be thread-safe ⓘ |
| usedFor |
appending to files
ⓘ
creating files ⓘ opening existing files ⓘ overwriting files ⓘ reading files ⓘ writing files ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.IO.FileStream Description of subject: System.IO.FileStream is a .NET class that provides a stream for reading from and writing to files on disk with support for synchronous and asynchronous I/O operations.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.