StackOverflow Questions for Tag: bytebuffer

javalearner
javalearner

Reputation: 1

Is there any similar implementation in Python to that of ByteBuffer in Java?

Score: -3

Views: 42

Answers: 0

Read More
user2023577
user2023577

Reputation: 2121

SSLEngine.unwrap can mutate the source bytebuffer (and a TLS 1.3 question)

Score: 0

Views: 42

Answers: 0

Read More
Erwin Darsono
Erwin Darsono

Reputation: 1

How to implement onFragmented that is sent from server websocket java? (org.java_websocket.Websocket)

Score: 0

Views: 13

Answers: 0

Read More
Mooncrater
Mooncrater

Reputation: 4871

Compress an existing string in DynamoDB table to a string : ZipException: Not in GZIP format

Score: 0

Views: 1107

Answers: 1

Read More
kanghao chen
kanghao chen

Reputation: 99

Questions about non-byte aligned access of STM32F4 series MCU

Score: 1

Views: 56

Answers: 3

Read More
Etienne
Etienne

Reputation: 11

How to force deallocation memory mapping of a MappedByteBuffer in Java 11 - java.lang.ClassNotFoundException: sun.misc.Cleaner

Score: 0

Views: 48

Answers: 0

Read More
vjm
vjm

Reputation: 9

Netty downstream handler buffer management

Score: 0

Views: 32

Answers: 1

Read More
flyout
flyout

Reputation: 497

How to fill byte array with junk?

Score: 24

Views: 23912

Answers: 5

Read More
progquester
progquester

Reputation: 1776

When writing data from a ByteBuffer with direct buffer to a parcel, can I avoid of copying it as a temporary array and then parceling it?

Score: 0

Views: 14

Answers: 0

Read More
user238033
user238033

Reputation:

ByteBuffer.allocate() vs. ByteBuffer.allocateDirect()

Score: 168

Views: 89885

Answers: 4

Read More
abhish_gl
abhish_gl

Reputation: 401

netty ByteBuf corruption

Score: 0

Views: 72

Answers: 1

Read More

Why DirectByteBuffer keeps data on JVM heap instead of native memory in Android?

Score: 0

Views: 79

Answers: 0

Read More
Eduardo Silveira
Eduardo Silveira

Reputation: 1

Error java.lang.NoSuchMethodError Can anyone help me resolve it?

Score: 0

Views: 21

Answers: 0

Read More
Matthias
Matthias

Reputation: 13

How can I use ByteBuffer with JDBI / Postgres for bytea columns?

Score: 0

Views: 68

Answers: 0

Read More
Thetrue kingofwaffles
Thetrue kingofwaffles

Reputation: 53

When I convert my Rust BigUint into bytes I keep getting a slice of the original byte array

Score: 0

Views: 75

Answers: 0

Read More
Viacheslav
Viacheslav

Reputation: 1322

How to create Javascript WritableStream on memory (like fs.creareWriteStream)

Score: 0

Views: 261

Answers: 1

Read More
wydra__
wydra__

Reputation: 13

FIleChannel, ByteBuffer why is postion 0 after read?

Score: 0

Views: 79

Answers: 1

Read More
Karussell
Karussell

Reputation: 17375

Options to make Java's ByteBuffer thread safe

Score: 14

Views: 12592

Answers: 2

Read More
Serg Burlaka
Serg Burlaka

Reputation: 2497

Why method for ByteBuffer putShort(value) does not working correctly in my case?

Score: 0

Views: 854

Answers: 2

Read More
Paul Bellora
Paul Bellora

Reputation: 55233

Why are absolute reads from a ByteBuffer not considered thread-safe?

Score: 9

Views: 1986

Answers: 2

Read More
PreviousPage 1Next