Searched defs:buffer (Results 1 – 2 of 2) sorted by relevance
257 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Integer.BYTES in putString() local281 ByteBuffer buffer = ByteBuffer.allocate(totalBytes); in putStringSet() local293 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Integer.BYTES); in putInt() local302 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Long.BYTES); in putLong() local311 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Float.BYTES); in putFloat() local320 ByteBuffer buffer = ByteBuffer.allocate(Integer.BYTES + Byte.BYTES); in putBoolean() local547 ByteBuffer buffer = ByteBuffer.wrap(value); in getDecryptedObject() local
144 val buffer = ByteArray(1024) in testEncryptedFileExtension() constant