gamut ~master (2022-12-30T08:14:25.7697828)
Dub
Repo
WrappedIO
gamut
io
Undocumented in source.
package nothrow @
nogc
package
debug
struct
WrappedIO {
IOStream
*
wrapped
;
IOHandle
handle
;
}
Members
Variables
handle
IOHandle
handle
;
Original handle.
wrapped
IOStream
*
wrapped
;
I/O object being wrapped.
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