Activity for WFIO Java Bindings

  • Phillip Kilgore Phillip Kilgore committed [r25]

    Fixed string writing/reading in Peer.

  • Phillip Kilgore Phillip Kilgore committed [r24]

    EOF Detection added to Channel devices; fixed bug in extension replacement.

  • Phillip Kilgore Phillip Kilgore committed [r23]

    File streams now seekable when converted to devices, corrected some errors in binstream

  • Phillip Kilgore Phillip Kilgore committed [r22]

    Peer.source(Peer, ByteBuffer) should sink the first argument, not invoke source() recursively

  • Phillip Kilgore Phillip Kilgore committed [r21]

    Added support for int24, pascal-style string support

  • Phillip Kilgore Phillip Kilgore committed [r20]

    Added more support for PStrings

  • Phillip Kilgore Phillip Kilgore committed [r19]

    Finished test for JBinStream

  • Phillip Kilgore Phillip Kilgore committed [r18]

    Added nbactions to assist with debugging in netbeans; implemented unit tests for read

  • Phillip Kilgore Phillip Kilgore committed [r17]

    Added unit tests for Binstream and ByteOrder; refactored format so that all byte orders are specified as ints with high order bit in highest position.

  • Phillip Kilgore Phillip Kilgore committed [r16]

    Began doing byte conversion on the basis of ByteOrder

  • Phillip Kilgore Phillip Kilgore committed [r15]

    Added ByteOrder class, ability to load device from classloader resource.

  • Phillip Kilgore Phillip Kilgore committed [r14]

    Device now extends Peer.

  • Phillip Kilgore Phillip Kilgore committed [r13]

    Added Peer; renamed BinaryStream to BinStream to maintain parity with C/C++ interface

  • Phillip Kilgore Phillip Kilgore committed [r12]

    More work on BinaryStream; began working on string manipulation

  • Phillip Kilgore Phillip Kilgore committed [r11]

    Began working on BinStream

  • Phillip Kilgore Phillip Kilgore committed [r10]

    Added swizzle, compose integers from arrays. Endian now swizzles to the proper byte pattern which it does not know how to best do endianness conversion. Endian explicitly provides a byte order for short, int, and long.

  • Phillip Kilgore Phillip Kilgore committed [r9]

    Added Bytes utility class for performing basic byte operations. Added unit tests for testing endian and byte ops.

  • Phillip Kilgore Phillip Kilgore committed [r8]

    Added size + element count methods to Device. Added Endian enumeration.

  • Phillip Kilgore Phillip Kilgore committed [r7]

    Updated tons of documentation. Added File manipulation and OpenMode resolution functionality.

  • Phillip Kilgore Phillip Kilgore committed [r6]

    Untested JNI library; possible issue in ubuntu with location of includes

  • Phillip Kilgore Phillip Kilgore committed [r5]

    Nonfunctional start of C bindings

  • Phillip Kilgore Phillip Kilgore committed [r4]

    Added OutputStreamDevice; InputStreamTest is now simply StreamTest. Added function for creating File device in Devices.

  • Phillip Kilgore Phillip Kilgore committed [r3]

    Added test vectors for wfio.core, ChannelDevice. Continued implementing stubs from native WFIO. Added stubs for handling native file loading.

  • Phillip Kilgore Phillip Kilgore committed [r2]

    More work with the basic class Heirarchy, preparing protocal for future native interaction.

  • Phillip Kilgore Phillip Kilgore committed [r1]

    Initial import (with partial implementation)

1