• 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

Streams & Chaining

 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help....
FilterInputStream chaining may be defined as -
1. Ability to sequentially open a collection of streams.
2. Ability to redirect the output of one stream to the input of another.
3. Ability to open an high level inputstream on a lower level inputstream.
4. Ability for the constructor of one streaam to call that of another.

Thx
Aruna
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

FilterInputStream chaining may be defined as -
1. Ability to sequentially open a collection of streams.
I think the answer is true . But I am not positive. It would be great if some one else can address this .
2. Ability to redirect the output of one stream to the input of another.
True.
3. Ability to open an high level inputstream on a lower level inputstream.
True.
4. Ability for the constructor of one streaam to call that of another.
false.

R & H discusses these points in detail.
 
Aru Ven
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Latha, Thanks for all ur responses.
 
reply
    Bookmark Topic Watch Topic
  • New Topic