Daslang documentation Logo
0.6
  • Daslang 0.6 Reference Manual
  • Daslang Standard Library 0.6
    • 1. Introduction
    • 2. Core
    • 3. Strings
    • 4. I/O and Serialization
      • 4.1. File input output library
      • 4.2. Network socket library
      • 4.3. URI manipulation library based on UriParser
      • 4.4. Boost package for the URI parser
      • 4.5. General purpose serialization
    • 5. Data Structures
    • 6. Algorithms and Functional
    • 7. Data Formats
    • 8. Entity Component System
    • 9. Concurrency
    • 10. AST and Macros
    • 11. Annotations and Contracts
    • 12. Classes and Interfaces
    • 13. Testing and Debugging
    • 14. Code Quality and Refactoring
Daslang documentation
  • »
  • Daslang Standard Library 0.6 »
  • 4. I/O and Serialization
  • View page source

4. I/O and Serialization

File I/O, networking, URI parsing, and binary serialization.

  • 4.1. File input output library
    • 4.1.1. Type aliases
    • 4.1.2. Constants
    • 4.1.3. Structures
    • 4.1.4. Handled structures
    • 4.1.5. Handled types
    • 4.1.6. File manipulation
      • 4.1.6.1. fload
      • 4.1.6.2. fopen
      • 4.1.6.3. fread
      • 4.1.6.4. fstat
      • 4.1.6.5. fwrite
      • 4.1.6.6. stat
    • 4.1.7. Path manipulation
    • 4.1.8. Directory manipulation
    • 4.1.9. OS specific routines
    • 4.1.10. Dynamic modules
      • 4.1.10.1. register_dynamic_module
  • 4.2. Network socket library
    • 4.2.1. Handled structures
    • 4.2.2. Classes
    • 4.2.3. Low level NetworkServer IO
  • 4.3. URI manipulation library based on UriParser
    • 4.3.1. Handled structures
    • 4.3.2. Initialization and finalization
      • 4.3.2.1. Uri
      • 4.3.2.2. using
    • 4.3.3. Escape and unescape
    • 4.3.4. Uri manipulations
      • 4.3.4.1. string
    • 4.3.5. File name conversions
    • 4.3.6. GUID
  • 4.4. Boost package for the URI parser
    • 4.4.1. Split and compose
    • 4.4.2. Component accessors
  • 4.5. General purpose serialization
    • 4.5.1. Structures
    • 4.5.2. Classes
    • 4.5.3. Serialization
      • 4.5.3.1. serialize
    • 4.5.4. Memory archive
Previous Next

© Copyright 2018-2026, Gaijin Entertainment.

Built with Sphinx using a theme provided by Read the Docs.