binary_types 0.0.9 copy "binary_types: ^0.0.9" to clipboard
binary_types: ^0.0.9 copied to clipboard

outdatedDart 1 only

Binary types are set of classes that allows access the binary data in "C" language way.

0.0.8 #

  • Completely reimplemented the compatibility type checking mechanics. Now it faster and more accurate and compromise between C and C++ languages
  • Completely reimplemented the integer type system fully compatible with the basic C language types.

0.0.7 #

  • Completely reimplemented the mechanics of naming of the binary types. Now types displayed correctly

0.0.6 #

  • Made adaptations to the new version of package binary_declarations

0.0.5 #

  • Added field BinaryData.base
  • Added field BinaryData.offset
  • Initial support of binary declartions. Declarations through the special header files from now supports the typedef types, struct and union declarations
  • Removed class Reference in favor of the "all-sufficient" implementation of the Binary Data
  • Removed getter BinaryData.location
  • Removed operator BinaryData.operator~)

0.0.4 #

  • Added BinaryTypes.declare()
  • Added BinaryTypes.typeDef()
  • Removed BinaryTypeHelper.typeDef()

0.0.3 #

  • Changes in the PointerType.name. Array types quoted for the better readability. Eg. (char[10])* means a pointer to char[10].

0.0.2 #

  • Make available the source code

0.0.1 #

  • Initial release
0
likes
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Binary types are set of classes that allows access the binary data in "C" language way.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

binary_declarations, unsafe_extension

More

Packages that depend on binary_types