Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gagravarr/VorbisJava
/ toUTF8Bytes
Method
toUTF8Bytes
core/src/main/java/org/gagravarr/ogg/IOUtils.java:356–358 ·
view source on GitHub ↗
@return The length in BYTES
(String str)
Source
from the content-addressed store, hash-verified
354
* @
return
The length in BYTES
355
*/
356
public
static
byte[] toUTF8Bytes(String str) {
357
return
str.getBytes(UTF8);
358
}
359
/**
360
* Writes the string out as UTF-8
361
*/
Callers
6
OpusPacket
Interface · 0.95
SpeexPacket
Interface · 0.95
OggStreamIdentifier
Class · 0.95
putUTF8
Method · 0.95
SkeletonPacket
Interface · 0.95
write
Method · 0.95
Calls
1
getBytes
Method · 0.45
Tested by
no test coverage detected