File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes leading zero in String Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "leading zero in String" Watch "leading zero in String" New topic
Author

leading zero in String

anjali ray
Greenhorn

Joined: Mar 12, 2005
Posts: 28
I have a string which has a zero in the beginning.
For example 01254.
When I write it into a file using BufferedWriter the 0 in the beginning is dropeed and onlu 1254 is written.
How can I write the whole 01254 in the file.
Any help will be highly appreciated.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32644
    
    4
Which method of the BufferedWriter are you using? How are you getting 01245 into the String in the first place?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: leading zero in String
 
Similar Threads
Math.rint() and seek()
string manipulation
searching for "\d*" in a string
Write an XML file with SAX?
add text to a .txt file