chunk.Chunk

class chunk.Chunk(file, align=True, bigendian=True, inclheader=False)[source]

Methods

__init__(file[, align, bigendian, inclheader])
close()
getname() Return the name (ID) of the current chunk.
getsize() Return the size of the current chunk.
isatty()
read([size]) Read at most size bytes from the chunk.
seek(pos[, whence]) Seek to specified position into the chunk.
skip() Skip the rest of the chunk.
tell()