Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

jwhite9 0

@jwhite9 0
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VCR woes - potential solution
    J jwhite9 0

    While looking for a converter box for my old TV I stumbled upon a DVR for analog TV's made by ChannelMaster. It has a built-in tuner and if I remember correctly, can record two shows at once. Might be an option...

    The Lounge com question discussion announcement

  • converting file data to string
    J jwhite9 0

    I'm kind of new to this whole Java thing but there is a readLine() method on BufferedReader. How about something like this? ISO-8859 is a standard 8 bit character encoding so you shouldn't have problems reading the file. String line; BufferedReader br = new BufferedReader(new FileReader(fileName)); while ((line = br.readLine()) != null) { // do stuff with line } br.close();

    Java question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups