Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  (ClassFile. channel buf (bit-or (bit-and (bit-shift-left (.get buf) 24) 0xCA) (bit-or (bit-and (bit-shift-left (.get buf) 16) 0xFE) (bit-or (bit-and (bit-shift-left (.get buf) 8) 0xBA) (bit-and (.get buf) 0xBE))))) (.getShort buf) (.getShort buf) (.getShort buf)))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement