System.IO.BufferedStream
E697498
System.IO.BufferedStream is a .NET stream wrapper that adds an in-memory buffer to another stream to improve read and write performance.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.IO.BufferedStream canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897380 — 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.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: System.IO.BufferedStream Context triple: [System.IO, containsType, System.IO.BufferedStream]
-
A.
System.IO
System.IO is a .NET namespace that provides types for reading and writing data to streams, files, and directories.
-
B.
TransformStream
TransformStream is a web streams API interface that enables transforming data chunks passing through a readable–writable stream pair, such as for compression, encryption, or format conversion in streaming workflows.
-
C.
IO
IO is the commonly used abbreviation for the U.S. Department of State’s Bureau of International Organization Affairs, which manages U.S. engagement with international organizations such as the United Nations.
-
D.
Display Stream Compression
Display Stream Compression is a visually lossless compression standard used in modern display interfaces to transmit high-resolution, high-refresh-rate video over limited-bandwidth links.
-
E.
System.Threading
System.Threading is a .NET namespace that provides types and APIs for working with threads, tasks, synchronization, and concurrent programming.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: System.IO.BufferedStream Target entity description: System.IO.BufferedStream is a .NET stream wrapper that adds an in-memory buffer to another stream to improve read and write performance.
-
A.
System.IO
System.IO is a .NET namespace that provides types for reading and writing data to streams, files, and directories.
-
B.
TransformStream
TransformStream is a web streams API interface that enables transforming data chunks passing through a readable–writable stream pair, such as for compression, encryption, or format conversion in streaming workflows.
-
C.
IO
IO is the commonly used abbreviation for the U.S. Department of State’s Bureau of International Organization Affairs, which manages U.S. engagement with international organizations such as the United Nations.
-
D.
Display Stream Compression
Display Stream Compression is a visually lossless compression standard used in modern display interfaces to transmit high-resolution, high-refresh-rate video over limited-bandwidth links.
-
E.
System.Threading
System.Threading is a .NET namespace that provides types and APIs for working with threads, tasks, synchronization, and concurrent programming.
- F. None of above. chosen
Statements (52)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
buffered stream ⓘ stream wrapper ⓘ |
| assembly |
System.Runtime.dll
NERFINISHED
ⓘ
mscorlib.dll NERFINISHED ⓘ |
| baseClass | System.IO.Stream NERFINISHED ⓘ |
| bufferLocation | managed memory ⓘ |
| canWrap | any readable or writable Stream ⓘ |
| designGoal | reduce number of I/O operations on underlying stream ⓘ |
| hasConstructor |
BufferedStream(Stream stream)
ⓘ
BufferedStream(Stream stream, int bufferSize) NERFINISHED ⓘ |
| introducedIn | .NET Framework 2.0 NERFINISHED ⓘ |
| isAbstract | false ⓘ |
| isPublic | true ⓘ |
| isSealed | false ⓘ |
| method |
Close()
ⓘ
Dispose() ⓘ Flush() ⓘ FlushAsync(CancellationToken cancellationToken) ⓘ Read(byte[] buffer, int offset, int count) ⓘ ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) ⓘ ReadByte() ⓘ Seek(long offset, SeekOrigin origin) ⓘ SetLength(long value) ⓘ Write(byte[] buffer, int offset, int count) ⓘ WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) ⓘ WriteByte(byte value) ⓘ |
| namespace | System.IO NERFINISHED ⓘ |
| overrides |
System.IO.Stream.Dispose
ⓘ
System.IO.Stream.Flush NERFINISHED ⓘ System.IO.Stream.Read NERFINISHED ⓘ System.IO.Stream.Seek NERFINISHED ⓘ System.IO.Stream.SetLength ⓘ System.IO.Stream.Write NERFINISHED ⓘ |
| property |
CanRead
ⓘ
CanSeek ⓘ CanWrite ⓘ Length ⓘ Position ⓘ ReadTimeout ⓘ WriteTimeout ⓘ |
| purpose |
improve read performance by buffering data in memory
ⓘ
improve write performance by buffering data in memory ⓘ |
| requires | seek support only if seeking is used ⓘ |
| supports |
asynchronous read operations
ⓘ
asynchronous write operations ⓘ synchronous read operations ⓘ synchronous write operations ⓘ |
| threadSafety | instance members are not guaranteed to be thread-safe ⓘ |
| typicalUsage |
wrap FileStream for improved performance
ⓘ
wrap NetworkStream for improved performance ⓘ |
| wraps | System.IO.Stream NERFINISHED ⓘ |
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.
Instruction
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.
Input
Subject: System.IO.BufferedStream Description of subject: System.IO.BufferedStream is a .NET stream wrapper that adds an in-memory buffer to another stream to improve read and write performance.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.