Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Michael Cox   on Jun 06 In Java Category.

  
Question Answered By: Aaron Kennedy   on Jun 06

if u read correctly, it returns lower end byte values only, ie integers
within byte range. Also as u must be aware byte is a subset on int only and
all bytes are coverted to int for all calculation purposes...thats why
method return type is int, you can always store it in byte array using type
casting,

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on InputStream Problem Or get search suggestion and latest updates.


Tagged: