Uses of Class
com.clickhouse.client.data.tsv.FastByteArrayInputStream
-
Packages that use FastByteArrayInputStream Package Description com.clickhouse.client.data.tsv Provides necessary classes to handle TSV format. -
-
Uses of FastByteArrayInputStream in com.clickhouse.client.data.tsv
Methods in com.clickhouse.client.data.tsv that return FastByteArrayInputStream Modifier and Type Method Description FastByteArrayInputStreamFastByteArrayOutputStream. convertToInputStream()Creates InputStream using the same data that is written into this stream with no copying in memoryMethods in com.clickhouse.client.data.tsv with parameters of type FastByteArrayInputStream Modifier and Type Method Description voidFastByteArrayOutputStream. copyFrom(FastByteArrayInputStream source, int offset, int count)Copies data from input stream
-