|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteBuffer | |
|---|---|
| edu.mit.csail.sdg.alloy4 | This package contains general data structures and helper classes. |
| Uses of ByteBuffer in edu.mit.csail.sdg.alloy4 |
|---|
| Methods in edu.mit.csail.sdg.alloy4 that return ByteBuffer | |
|---|---|
ByteBuffer |
ByteBuffer.write(java.lang.String string)
Write the given String into this byte buffer (by converting the String into its UTF-8 representation) |
ByteBuffer |
ByteBuffer.writes(double x)
Write the given number into this byte buffer (truncated to the range -32767..+32767), followed by a space. |
ByteBuffer |
ByteBuffer.writes(long x)
Write the given number into this byte buffer, followed by a space. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||