stringreader
Should I close a StringReader?
I use a StringReader to turn a string into something I can upload to an SFTP server (it takes a stream). Is there any point in closing that StringReader afterwards? As far as I can see in the source i[详细]
2023-03-08 17:10 分类:问答StringReader formatted string
I have followed this Wordpress tutorial which works great. I have used a listview and when i try to format the string it doesn\'t recognise the \\t (but does recognise \\n). It also won\'t recognise S[详细]
2023-03-04 20:31 分类:问答StringReader not "reading" given string object
I have a table in a mysql database, where i have stored many XML strings. The XML strings are like this:[详细]
2023-02-26 22:05 分类:问答Why doesn't StringReader.Read() return a byte?
I was using StringReader in a Data Structures assignment (Huffman codes), and was testing if the end of the string had been reached. I found that the int value that StringReader.read() returns is not[详细]
2023-01-25 07:11 分类:问答C# check line number of stringreader [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-01-23 14:09 分类:问答Ignoring specified encoding when deserializing XML
I am trying to read some XML received from an external interface over a socket. The problem is that the encoding is specified wrong in the XML-header (it says iso-8859-1, but it is utf-16BE). It is do[详细]
2023-01-22 09:25 分类:问答StringBuilder Vs StringWriter/StringReader
I recen开发者_StackOverflow社区tly read that in StringWriter and StringReader are used for writing and reading from StringBuilder.[详细]
2023-01-10 11:22 分类:问答How to string multiple TextReaders together?
I have 3 TextReaders -- a combination of StreamReaders and StringReaders.Conceptually, the concatenation of them is a single text document.[详细]
2023-01-01 22:00 分类:问答How to replace StringBufferInputStream with StringReader?
Using JNLP, I have this line : File_Save_Service.saveFileDialog(null,null,new StringBufferInputStream(\"testing\"),null);[详细]
2022-12-19 17:17 分类:问答