package proto type LuxData interface { Read(rd *LuxBuffer) error Write(wd *LuxBuffer) }