gamut ~master (2022-12-30T08:14:25.7697828)
Dub
Repo
IOHandle
gamut
io
Can be a
FILE*
handle, a
FIMEMORY
, a
WrappedIO
... identifies the I/O stream.
nothrow @
nogc
alias
IOHandle
=
void
*
Meta
Source
See Implementation
gamut
io
aliases
EofProc
IOHandle
ReadProc
SeekProc
TellProc
WriteProc
functions
fileIsStartingWithSignature
meof
mread
mseek
mtell
mwrite
structs
IOStream
MemoryFile
WrappedIO
variables
GAMUT_MAX_POSSIBLE_MEMORY_OFFSET
GAMUT_MAX_POSSIBLE_SIMULTANEOUS_READ
GAMUT_MAX_POSSIBLE_SIMULTANEOUS_WRITE
Can be a FILE* handle, a FIMEMORY, a WrappedIO... identifies the I/O stream.