CrazyEngineers
  • I have seen that Channel has got more preference over BufferedStreams.Suppose i have writeen a program to copy a file.If i use Channel there then the speed with which the information is transfered is more speedy then the one with BufferedStream.
    Can anyone tell me the reason why channel is more speedy than BufferedStream ?
    What are the differences between BufferedStreams and Channels in java ?
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • PraveenKumar Purushothaman

    MemberAug 2, 2011

    Buffered Stream the bitrate is very low... Where as channel stream doesn't have a bit rate... 😁
    Are you sure? This action cannot be undone.
    Cancel
  • The_Small_k

    MemberAug 2, 2011

    But why Buffered Stream bitrate is low ?
    And why channel stream doesn't have a bitrate ?
    Are you sure? This action cannot be undone.
    Cancel
  • PraveenKumar Purushothaman

    MemberAug 2, 2011

    Buffered stream as it says, it splits the files into many parts and buffers it one by one. Whereas channel is a serial port... 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register