Android Question What library contains bits.inputstreamtobyte?

davepamn

Active Member
Licensed User
Longtime User
I need to read a file into a byte array

B4X:
Dim b() As Byte=bits.inputstreamtobyte(File.OpenInput(File.DirAssets,"sample3.prn"))
 

Peter Simpson

Expert
Licensed User
Longtime User
None, it's already in B4A. Just type bit. (b i t dot) and you will see a list.
 
Upvote 0
Top