snowflake.snowpark.files.SnowflakeFile.readinto1¶
- SnowflakeFile.readinto1(b: bytes | bytearray | array.array) int [source]¶
From https://docs.python.org/3/library/io.html#io.BufferedIOBase.readinto1
Read bytes into a pre-allocated, writable bytes-like object b. Return the number of bytes read.