Searched defs:cWriter (Results 1 – 1 of 1) sorted by relevance
142 type cWriter struct { struct143 name string144 wr io.Writer145 totalEntries uint146 currentIndex uint154 func (cw *cWriter) WritePageEntry(data interface{}) error {