gamut v2.5.0 (2024-01-28T14:48:30Z)
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.