Thread: steams

Results 1 to 10 of 10
  1. #1 steams 
    Registered Member
    _slam's Avatar
    Join Date
    Oct 2009
    Posts
    309
    Thanks given
    5
    Thanks received
    1
    Rep Power
    441
    Can anyone help me out please, I'm wanting to know what are steams are ?

    like when people say "have you got the correct steams" ect..

    Where are the steams located in pals base,

    Thanks
    Reply With Quote  
     

  2. #2  
    Press Conference
    Guest
    I think you mean STREAMS
    Reply With Quote  
     

  3. #3  
    Registered Member
    _slam's Avatar
    Join Date
    Oct 2009
    Posts
    309
    Thanks given
    5
    Thanks received
    1
    Rep Power
    441
    Quote Originally Posted by Press Conference View Post
    I think you mean STREAMS
    Yer
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    It's an incorrectly named term I'm guessing, because it doesn't bring anything rsps related to mind.
    Reply With Quote  
     

  5. #5  
    Registered Member
    _slam's Avatar
    Join Date
    Oct 2009
    Posts
    309
    Thanks given
    5
    Thanks received
    1
    Rep Power
    441
    Quote Originally Posted by Colby_ View Post
    It's an incorrectly named term I'm guessing, because it doesn't bring anything rsps related to mind.
    Huh, it does because i have heard people saying that...

    Thanks
    Reply With Quote  
     

  6. #6  
    Renown Programmer
    Method's Avatar
    Join Date
    Feb 2009
    Posts
    1,455
    Thanks given
    0
    Thanks received
    845
    Rep Power
    3019
    They're probably just referring to the data (and data types) inside of a packet.
    Reply With Quote  
     

  7. #7  
    Registered Member
    _slam's Avatar
    Join Date
    Oct 2009
    Posts
    309
    Thanks given
    5
    Thanks received
    1
    Rep Power
    441
    Quote Originally Posted by Method View Post
    They're probably just referring to the data (and data types) inside of a packet.
    yh probably, Thanks again.
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    Quote Originally Posted by Method View Post
    They're probably just referring to the data (and data types) inside of a packet.
    Yeah, which would be called packets or frames. Streams, would be the sockets or in/out streams writing the data to the socket, which have nothing to do with protocol from/to clients.
    Reply With Quote  
     

  9. #9  
    Registered Member hybrent's Avatar
    Join Date
    Nov 2007
    Posts
    566
    Thanks given
    73
    Thanks received
    90
    Rep Power
    28
    I think the people above answered it, but I'll explain what they mean a little more.

    I honestly don't know if it's the correct term or not lol.

    But it is the things sent in the packet.

    Example:
    Code:
    public void frame() {
    StaticPacketBuilder spb = new StaticPacketBuilder()
    .setId(#)
    .addByte(#)<--- stream
    .addShort(#); <--- stream
    player.getSession().write(spb.toPacket());
    }
    These are found in frames.java in pali, and actionsender in espeon/rs2hd.

    EDIT: to find the streams you have to look in the client if your wondering. in 508 they are mostly in packetparser.java. There's a tut on it by laxika in the tut section.
    Amused as I am not, I must continue to try. -Keith Charles
    Quote Originally Posted by Ayton View Post
    I'm sorry, but I have to agree with Hybrent.
    Reply With Quote  
     

  10. #10  
    Registered Member
    _slam's Avatar
    Join Date
    Oct 2009
    Posts
    309
    Thanks given
    5
    Thanks received
    1
    Rep Power
    441
    Thanks, pie explained it to me...
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •