psd.parse.io

Undocumented in source.

Public Imports

std.file
public import std.file;
std.stdio
public import std.stdio;

Members

Classes

FileStream
class FileStream

A file stream

Stream
class Stream

A stream

Functions

peekStr
string peekStr(Stream stream, uint length)

Peek oncomming string in stream

peekValue
T peekValue(Stream stream)

Peeks a value

readPascalStr
string readPascalStr(Stream stream)

Reads a pascal string

readStr
string readStr(Stream stream, uint length)

Reads a string

readValue
T readValue(Stream stream)

Reads file value in big endian fashion

Meta