Package com.impossibl.postgres.utils
Interface ByteBufs.DecodeFunction
-
- Enclosing class:
- ByteBufs
public static interface ByteBufs.DecodeFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
decode(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
decode
Object decode(io.netty.buffer.ByteBuf buffer) throws IOException
- Throws:
IOException
-
-