OpenQuizz
Une application de gestion des contenus pédagogiques
OPackStream Class Reference
Inheritance diagram for OPackStream:
Collaboration diagram for OPackStream:

Public Member Functions

def __new__ (cls, packoffset, type, size, stream, *args)
 
def read (self, size=-1)
 
def stream (self)
 
- Public Member Functions inherited from OPackInfo
def __new__ (cls, packoffset, type, size)
 
def __init__ (self, *args)
 
def pack_offset (self)
 
def type (self)
 
def type_id (self)
 
def size (self)
 

Detailed Description

Next to pack object information, a stream outputting an undeltified base object
is provided

Member Function Documentation

◆ __new__()

def __new__ (   cls,
  packoffset,
  type,
  size,
  stream,
args 
)
Helps with the initialization of subclasses

◆ read()

def read (   self,
  size = -1 
)

◆ stream()

def stream (   self)

The documentation for this class was generated from the following file: