Package io.protostuff

Interface WriteSession.FlushHandler

Enclosing class:
WriteSession

public static interface WriteSession.FlushHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    flush(WriteSession session, byte[] buf, int offset, int len)
     
    int
    flush(WriteSession session, byte[] buf, int offset, int len, byte[] next, int nextoffset, int nextlen)
     
    int
    flush(WriteSession session, LinkedBuffer lb, byte[] buf, int offset, int len)