Uses of Class
ru.yandex.clickhouse.response.FastByteArrayInputStream
-
Packages that use FastByteArrayInputStream Package Description ru.yandex.clickhouse.response -
-
Uses of FastByteArrayInputStream in ru.yandex.clickhouse.response
Methods in ru.yandex.clickhouse.response 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 ru.yandex.clickhouse.response with parameters of type FastByteArrayInputStream Modifier and Type Method Description voidFastByteArrayOutputStream. copyFrom(FastByteArrayInputStream source, int offset, int count)Copies data from input stream
-