Man Page: binary.getblockchunk
Operating Environment: debian
Section: 3kaya
Binary.getBlockChunk(3kaya) Kaya module reference Binary.getBlockChunk(3kaya)NAMEBinary::getBlockChunk - Return a chunk from a block as an array.SYNOPSIS[Int] getBlockChunk( Binary block, Int offset, Int bsize )ARGUMENTSblock The binary block offset The offset to start at (zero-indexed) bsize The length of chunk to readDESCRIPTIONReturn a chunk from a block as an array. Throws an Binary.OffsetOutOfRange(3kaya) Exception if it attempts to access a value outside the block.AUTHORSKaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/LICENSEThe Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.RELATEDBinary.Binary(3kaya) Binary.array(3kaya) Binary.copyChunk(3kaya) Binary.peek(3kaya) Binary.peekString(3kaya) Binary.setBlockData(3kaya) Kaya October 2012 Binary.getBlockChunk(3kaya)
| Related Man Pages |
|---|
| binary.copychunk(3kaya) - debian |
| net.sendbytes(3kaya) - debian |
| binary.peek(3kaya) - debian |
| net.recvbytes(3kaya) - debian |
| testing.randomint(3kaya) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Binary or ascii file |
| Report the current time in Binary format |
| Binary Comparision |
| Hexadecimal to Binary conversion |
| Binary operator expected |