Searched refs:fromByteBuffer (Results 1 – 3 of 3) sorted by relevance
102 return fromByteBuffer(ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN)); in fromByteArray()108 public static SigningInfo fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer() method in V4Signature.SigningInfo132 static SigningInfoBlock fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer() method in V4Signature.SigningInfoBlock163 SigningInfo signingInfo = SigningInfo.fromByteBuffer(buffer); in fromByteArray()169 signingInfoBlocks.add(SigningInfoBlock.fromByteBuffer(buffer)); in fromByteArray()
856 public static BaseMap fromByteBuffer(ByteBuffer buffer) { in fromByteBuffer() method
4391 AudioMetadataReadMap audioMetaData = AudioMetadata.fromByteBuffer(buffer); in postEventFromNative()