class Chunked::IndexedReader(T)

Defined in:

chunked/indexed_reader.cr

Constructors

Instance Method Summary

Instance methods inherited from class Chunked::Reader(T)

chunk(&block : Proc(IORange, Void)) chunk, close_chunk close_chunk, current_chunk current_chunk, current_chunk_data(cdata : ChunkInfo(T, T)) current_chunk_data, each_chunk(&proc : Proc(IORange, ChunkInfo(T, T), Void)) each_chunk, find_next(idx : T) find_next, open_chunk open_chunk, open_chunk? open_chunk?

Constructor methods inherited from class Chunked::Reader(T)

new(io, debug : Bool = false) new

Instance methods inherited from class Chunked::Base(T)

close close, debug(*str) debug, finalize finalize, offset offset, offset=(t : T) offset=

Constructor methods inherited from class Chunked::Base(T)

new(io : IO::Positional, debug : Bool = false) new

Constructor Detail

def self.new(io, debug : Bool = false) #

[View source]

Instance Method Detail

def [](index : T) #

[View source]
def chunks #

[View source]
def index_chunks! #

[View source]
def info(index : T) #

[View source]
def open_chunk #

[View source]