Does python have a class similar to java Bytebuffer that operates buffers?
PHP中文网
PHP中文网 2017-06-12 09:20:29
0
1
910

Does python have a class with functions similar to Java ByteBuffer? ByteBuffer in Java is a class that stores a buffer. It has several attributes: mark, position, capacity, and limit. Mark marks a certain position in the buffer when it is read. Position is the current reading position. Capacity is the buffer's capacity. Length, limit is the upper limit of reading and writing. Does python have a class with such function?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
仅有的幸福

memoryview

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!