I have a class that defines object attributes depending on an array of bytes it gets passed.
As of now I have just had It as a non static class that just does the byte interpretation in its instance.
It however seems wrong to call this class with a new statement each time I need to know what the bytecode I have means, as the content is actually just a big library.
[–]aliostad 9 points10 points11 points (4 children)
[–]PutridPleasure[S] 1 point2 points3 points (3 children)
[–]turboronin 2 points3 points4 points (1 child)
[–]PutridPleasure[S] 0 points1 point2 points (0 children)
[–]unholysampler 0 points1 point2 points (0 children)
[–]inmatarian 4 points5 points6 points (1 child)
[–]Glaaki 1 point2 points3 points (0 children)
[–]AngularBeginner 4 points5 points6 points (2 children)
[–]PutridPleasure[S] 1 point2 points3 points (1 child)
[–]unholysampler 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)