System.IO

E183370

System.IO is a .NET namespace that provides types for reading and writing data to streams, files, and directories.

All labels observed (14)

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf .NET namespace
containsType System.IO.BinaryReader
System.IO.BinaryWriter
System.IO.BufferedStream
System.IO.Compression.DeflateStream
System.IO.Compression.GZipStream
linked to: System.IO

System.IO.Compression.ZipArchive
System.IO.Compression.ZipArchiveEntry
System.IO.Directory
System.IO.DirectoryInfo
System.IO.DirectoryNotFoundException
System.IO.DriveInfo
linked to: System.IO

System.IO.DriveNotFoundException
linked to: System.IO

System.IO.EndOfStreamException
System.IO.File
linked to: System.IO

System.IO.FileInfo
System.IO.FileLoadException
System.IO.FileNotFoundException
System.IO.FileStream
System.IO.FileSystemWatcher
linked to: System.IO

System.IO.IOException
System.IO.InvalidDataException
linked to: System.IO

System.IO.MemoryStream
linked to: System.IO

System.IO.Path
System.IO.PathTooLongException
System.IO.Pipes.AnonymousPipeClientStream
System.IO.Pipes.AnonymousPipeServerStream
linked to: System.IO

System.IO.Pipes.NamedPipeClientStream
System.IO.Pipes.NamedPipeServerStream
linked to: System.IO

System.IO.Stream
System.IO.StreamReader
linked to: System.IO

System.IO.StreamWriter
System.IO.TextReader
linked to: System.IO

System.IO.TextWriter
System.IO.UnmanagedMemoryStream
linked to: System.IO
partOf .NET Base Class Library
providedBy .NET (5 and later)
linked to: .NET 5

.NET Core
.NET Framework
purpose provide types for reading and writing data
support file and directory manipulation
support stream-based I/O
supportsOperation asynchronous I/O
buffered I/O
file system enumeration
file system monitoring
synchronous I/O
usedWith C#
F#
VB.NET
linked to: Visual Basic .NET

How these facts were elicited

Referenced by (15)

Full triples — surface form annotated when it differs from this entity's canonical label.

Java Class Library includesPackage java.io
linked to: System.IO
System hasSubNamespace System.IO
System.IO containsType System.IO.MemoryStream
linked to: System.IO
System.IO containsType System.IO.StreamReader
linked to: System.IO
System.IO containsType System.IO.TextReader
linked to: System.IO
System.IO containsType System.IO.File
linked to: System.IO
System.IO containsType System.IO.DriveInfo
linked to: System.IO
System.IO containsType System.IO.FileSystemWatcher
linked to: System.IO
System.IO containsType System.IO.DriveNotFoundException
linked to: System.IO
System.IO containsType System.IO.InvalidDataException
linked to: System.IO
System.IO containsType System.IO.UnmanagedMemoryStream
linked to: System.IO
System.IO containsType System.IO.Pipes.NamedPipeServerStream
linked to: System.IO
System.IO containsType System.IO.Pipes.AnonymousPipeServerStream
linked to: System.IO
System.IO containsType System.IO.Compression.GZipStream
linked to: System.IO