- Usage of Reader to read from files
- Usage of Writer to write into file
- Memory-based pipe
- Better implementation of memory-based pipe
- Simple file reader
- Usage of Seek() to absolute position (from start of file)
- Usage of Seek() to absolute position (from end of file)
- Usage of Seek() to relative position (from the current position)
- Usage of Seek() during writing data
- Creation of sparse binary file
- MultiWriter usage
- StringWriter usage
- Read Strings using bufio package
- Read Strings using bufio package, file without EOLN at the end
- Read bytes using bufio package
- Simple GZIP compresser
- Setting compression level for GZIP
- Reading GZIPped data via memory-based pipe
- GZIP multiwriter
- Dumper of binary data to canonical hexadecimal format
- BASE64 encoder