This may help:
http://download.oracle.com/javase/1,5.0/docs/api/java/nio/ByteBuffer.html#array() <http://download.oracle.com/javase/1,5.0/docs/api/java/nio/ByteBuffer.html#array()>What is it you are actually trying to do? On Tue, May 31, 2011 at 5:14 PM, Matthew Ward <[email protected]> wrote: > Hello, > > > I am trying to autogen some code off of 90.3. I made some custom additions > to our thrift server, however the code that gets generated uses ByteBuffers > as opposed to byte[]. How can I get around having to manually add to the > autogen code to match? > Is there a thrift flag or different server definition i should use? > > Thanks, > Matt >
