Following method can use for retrieving byte array from an object of java.io.InputStream
public static byte[] getBytesFromInputStream(InputStream inStream)
throws IOException {
// Get the size of the file
long streamLength = inStream.available();
if (streamLength > Integer.MAX_VALUE) {
// File is too large
}
// Create the byte array to hold the data
byte[] bytes = new byte[(int) streamLength];
// Read in the bytes
int offset = 0;
int numRead = 0;
while (offset < bytes.length
&& (numRead = inStream.read(bytes,
offset, bytes.length - offset)) >= 0) {
offset += numRead;
}
// Ensure all the bytes have been read in
if (offset < bytes.length) {
throw new IOException("Could not completely read file ");
}
// Close the input stream and return bytes
inStream.close();
return bytes;
}
Nice Example. Get more java examples on concretepage.com
ReplyDeleteI didn't think available() returned full size of what you're reading from, just how much is there before system makes another IO call. So I don't get how this doesn't read in just a chunk of the InputStream.
ReplyDeletethank you
ReplyDeletejava tutorial
ReplyDeletehttps://www.welookups.com/java/Java_Numbers_Class.htm
ReplyDeleteyurtdışı kargo
ReplyDeleteresimli magnet
instagram takipçi satın al
yurtdışı kargo
sms onay
dijital kartvizit
dijital kartvizit
https://nobetci-eczane.org/
MVY
salt likit
ReplyDeletesalt likit
dr mood likit
big boss likit
dl likit
dark likit
Z8MSA
شركة تسليك مجاري بالاحساء
ReplyDeleteشركة تسليك مجاري بالخبر
شركة تسليك مجاري بالقطيف
شركة تسليك مجاري بالدمام
شركة شفط بيارات بالدمام
شركة صيانة حمامات بالقصيم
سباك بالدمام