hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages

Home Page:http://www.illposed.com/software/javaosc.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blob support?

astralmedia opened this issue · comments

Is it possible to send blobs?

Yes, that should be possible. byte[] as well as ByteBuffer.

Check out the implemented handlers here:
https://github.com/hoijui/JavaOSC/tree/master/modules/core/src/main/java/com/illposed/osc/argument/handler