squiz-box ~safe (2022-05-25T16:50:12.7436753)
Dub
Repo
ByChunkImpl
squiz_box
priv
same as std.stdio.File.byChunk but returns const(ubyte)[]
package
struct
ByChunkImpl {
import
std
.
stdio
:
File
;
;
this
(File file, size_t size);
this
(File file, ubyte[] buffer);
bool
empty
[@property getter];
const
(
ubyte
)[]
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(File file, size_t size)
Undocumented in source.
this
this
(File file, ubyte[] buffer)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Ditto
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
const
(
ubyte
)[]
front
[@property getter]
Ditto
Meta
Source
See Implementation
squiz_box
priv
classes
ArrayCursor
ByteRangeCursor
FileCursor
functions
cursorByteRange
gcAlloc
gcFree
interfaces
Cursor
SearchableCursor
structs
ByChunkImpl
CompressDecompressAlgo
CursorByteRange
LittleEndian
same as std.stdio.File.byChunk but returns const(ubyte)[]