TooTallNate / node-amf

"Action Message Format" read() and write() functions for Buffers
21 stars 6 forks source link

Added support for reading AMF0 packets. #6

Open crawfordcomeaux opened 9 years ago

crawfordcomeaux commented 9 years ago

Addresses #5

Refactored read()'s core functionality into readData(); added readPacket(), readHeader(), and readMessage(); info object now has isPacket property.

TODO: