Squeak Class Documentation category index | class index  
 
IntegerPokerPlugin
  category: Network-ObjectSocket
  superclass: InterpreterPlugin
  subclasses:

a plugin that sticks the 4 bytes of a small integer into a string. and read them back....


IntegerPokerPlugin translate.

instance methods
  as yet unclassified
  asCharacter:
asInteger:
cutOffForPositives
getInteger
negated:
putInteger

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

asCharacter:


 

asInteger:


 

cutOffForPositives

return the largest positive integer that we can encode


 

getInteger


 

negated:


 

putInteger


class methods
  no messages top