Package com.alibaba.fastjson2.reader
Interface ByteArrayValueConsumer
-
public interface ByteArrayValueConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(int row, int column, byte[] bytes, int off, int len, Charset charset)default voidafterRow(int row)default voidbeforeRow(int row)default voidend()default voidstart()
-
-
-
Method Detail
-
start
default void start()
-
beforeRow
default void beforeRow(int row)
-
accept
void accept(int row, int column, byte[] bytes, int off, int len, Charset charset)
-
afterRow
default void afterRow(int row)
-
end
default void end()
-
-