• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

regarding streams

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
as part of my SCJP preparation i came through he topic "basic i/o".iam unable to understand what are byte streams character streams and buffered streams.iam going through sun's site
http://java.sun.com/docs/books/tutorial/essential/io/index.html

can anyone please explain me these? or any link that explians me these clearly.iam going through the book "java 2 suncertifified programmer" by "brain bagnall".i dont have a k&b book wit me as of now.planning to buy.
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The explanations in the tutorial seem clear and simple. What do you not understand?
 
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can follow this link for difference between byte and character streams:

http://java.sun.com/developer/technicalArticles/Streams/ProgIOStreams/index.html

A buffered stream does not do an I/O operation for every byte read, it buffers the bytes in memory for effecient performance
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic