Click here to Skip to main content
15,903,012 members
Home / Discussions / Java
   

Java

 
QuestionCipherInputStream.read(byte[]) Dropping Final Block Pin
Skippums31-May-13 6:40
Skippums31-May-13 6:40 
SuggestionRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
AlphaDeltaTheta31-May-13 21:51
AlphaDeltaTheta31-May-13 21:51 
AnswerRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
AlphaDeltaTheta31-May-13 22:06
AlphaDeltaTheta31-May-13 22:06 
GeneralRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
Skippums3-Jun-13 7:26
Skippums3-Jun-13 7:26 
AnswerRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
Skippums3-Jun-13 7:33
Skippums3-Jun-13 7:33 
SuggestionRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
AlphaDeltaTheta3-Jun-13 17:05
AlphaDeltaTheta3-Jun-13 17:05 
GeneralRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
Skippums4-Jun-13 4:47
Skippums4-Jun-13 4:47 
AnswerRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
AlphaDeltaTheta4-Jun-13 5:30
AlphaDeltaTheta4-Jun-13 5:30 
Lets Take an example of network streams,
If socket is not closed and no data is being sent, then stream.available() will return 0, but end of stream is not reached, so the final block is not returned. Similar case can be with memory streams...
GeneralRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
Skippums4-Jun-13 6:33
Skippums4-Jun-13 6:33 
AnswerRe: CipherInputStream.read(byte[]) Dropping Final Block Pin
AlphaDeltaTheta4-Jun-13 6:41
AlphaDeltaTheta4-Jun-13 6:41 
QuestionNew in Java Pin
Garde33330-May-13 18:47
Garde33330-May-13 18:47 
QuestionRe: New in Java Pin
AlphaDeltaTheta30-May-13 20:42
AlphaDeltaTheta30-May-13 20:42 
AnswerRe: New in Java Pin
Garde33331-May-13 17:57
Garde33331-May-13 17:57 
AnswerRe: New in Java Pin
dusty_dex30-May-13 20:56
dusty_dex30-May-13 20:56 
AnswerRe: New in Java Pin
Richard MacCutchan30-May-13 21:18
mveRichard MacCutchan30-May-13 21:18 
GeneralRe: New in Java Pin
Garde33331-May-13 17:45
Garde33331-May-13 17:45 
GeneralRe: New in Java Pin
Richard MacCutchan31-May-13 21:41
mveRichard MacCutchan31-May-13 21:41 
GeneralRe: New in Java Pin
Pujara Jignesh2-Jun-13 0:12
Pujara Jignesh2-Jun-13 0:12 
AnswerRe: New in Java Pin
Amarnath S30-May-13 21:43
professionalAmarnath S30-May-13 21:43 
AnswerRe: New in Java Pin
jiyasharma18-Jun-13 1:48
jiyasharma18-Jun-13 1:48 
Questionin jsp Pin
Swamy Kandi30-May-13 2:02
Swamy Kandi30-May-13 2:02 
AnswerRe: in jsp Pin
Richard MacCutchan30-May-13 21:16
mveRichard MacCutchan30-May-13 21:16 
Generaljsp form development Pin
Swamy Kandi30-May-13 23:13
Swamy Kandi30-May-13 23:13 
GeneralRe: jsp form development Pin
Richard MacCutchan30-May-13 23:25
mveRichard MacCutchan30-May-13 23:25 
QuestionStore Files in Stack Pin
Sachin k Rajput 30-May-13 1:00
Sachin k Rajput 30-May-13 1:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.