Click here to Skip to main content
15,886,830 members
Home / Discussions / C#
   

C#

 
GeneralRe: Buffered Stream & OpenRead Pin
Kornfeld Eliyahu Peter7-Jul-14 9:31
professionalKornfeld Eliyahu Peter7-Jul-14 9:31 
GeneralRe: Buffered Stream & OpenRead Pin
computerpublic7-Jul-14 9:29
computerpublic7-Jul-14 9:29 
GeneralRe: Buffered Stream & OpenRead Pin
Richard Deeming7-Jul-14 9:39
mveRichard Deeming7-Jul-14 9:39 
GeneralRe: Buffered Stream & OpenRead Pin
OriginalGriff7-Jul-14 9:35
mveOriginalGriff7-Jul-14 9:35 
GeneralRe: Buffered Stream & OpenRead Pin
Eddy Vluggen7-Jul-14 10:32
professionalEddy Vluggen7-Jul-14 10:32 
GeneralRe: Buffered Stream & OpenRead Pin
computerpublic7-Jul-14 9:00
computerpublic7-Jul-14 9:00 
AnswerRe: Buffered Stream & OpenRead Pin
Richard Deeming7-Jul-14 9:08
mveRichard Deeming7-Jul-14 9:08 
AnswerRe: Buffered Stream & OpenRead Pin
Paulo Zemek7-Jul-14 11:18
mvaPaulo Zemek7-Jul-14 11:18 
The bytesRead may differ from the BufferSize. So, you should do the for from 0 to less than bytesRead (you are doing the for to less than buffer.Length).

You should use an ASCII text file for this to work, as other formats may use more than one byte per character.

You don't need that Totbyte variable... you should always use the bytesRead instead.
QuestionPop up error message when I call AS400 Stored Procedures via c# application Pin
JanakaND7-Jul-14 0:43
JanakaND7-Jul-14 0:43 
AnswerRe: Pop up error message when I call AS400 Stored Procedures via c# application Pin
Pete O'Hanlon7-Jul-14 0:52
mvePete O'Hanlon7-Jul-14 0:52 
GeneralRe: Pop up error message when I call AS400 Stored Procedures via c# application Pin
JanakaND7-Jul-14 1:11
JanakaND7-Jul-14 1:11 
AnswerRe: Pop up error message when I call AS400 Stored Procedures via c# application Pin
Kornfeld Eliyahu Peter7-Jul-14 1:36
professionalKornfeld Eliyahu Peter7-Jul-14 1:36 
GeneralRe: Pop up error message when I call AS400 Stored Procedures via c# application Pin
Pete O'Hanlon7-Jul-14 2:17
mvePete O'Hanlon7-Jul-14 2:17 
GeneralRe: Pop up error message when I call AS400 Stored Procedures via c# application Pin
Bernhard Hiller7-Jul-14 2:52
Bernhard Hiller7-Jul-14 2:52 
GeneralRe: Pop up error message when I call AS400 Stored Procedures via c# application Pin
JanakaND7-Jul-14 16:59
JanakaND7-Jul-14 16:59 
QuestionJoin Table with Data table Pin
Mohammad Soleimani6-Jul-14 23:10
Mohammad Soleimani6-Jul-14 23:10 
AnswerRe: Join Table with Data table Pin
Eddy Vluggen7-Jul-14 0:19
professionalEddy Vluggen7-Jul-14 0:19 
GeneralRe: Join Table with Data table Pin
Mohammad Soleimani7-Jul-14 1:27
Mohammad Soleimani7-Jul-14 1:27 
QuestionRe: Join Table with Data table Pin
Eddy Vluggen7-Jul-14 7:13
professionalEddy Vluggen7-Jul-14 7:13 
AnswerRe: Join Table with Data table Pin
Mohammad Soleimani7-Jul-14 7:59
Mohammad Soleimani7-Jul-14 7:59 
GeneralRe: Join Table with Data table Pin
Eddy Vluggen7-Jul-14 8:49
professionalEddy Vluggen7-Jul-14 8:49 
GeneralRe: Join Table with Data table Pin
Mohammad Soleimani7-Jul-14 16:46
Mohammad Soleimani7-Jul-14 16:46 
QuestionChainedFilter.cs is not available in Lucene.Net 3.0.3? Pin
Shubhanshu Pathak6-Jul-14 18:16
Shubhanshu Pathak6-Jul-14 18:16 
AnswerRe: ChainedFilter.cs is not available in Lucene.Net 3.0.3? Pin
Dave Kreskowiak6-Jul-14 18:21
mveDave Kreskowiak6-Jul-14 18:21 
GeneralRe: ChainedFilter.cs is not available in Lucene.Net 3.0.3? Pin
Shubhanshu Pathak6-Jul-14 19:17
Shubhanshu Pathak6-Jul-14 19:17 

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.