jacksoncougar / Moonfxsh

A gentle sea-living organism seemingly immune to the flood infection
7 stars 2 forks source link

Raw data handling from tags #5

Closed jacksoncougar closed 9 years ago

jacksoncougar commented 9 years ago

Raw is not able to be accessed from the tag. Need to parse/process the raw reference into a stream that is attached to the tag class so that it can be accessed from the tag directly without needing a reference to the MapStream to 'read' the data manually.

jacksoncougar commented 9 years ago

Added an interface for retrieving and setting raw address and length. I think that's enough of a marriage between resource data and meta data for now.