net.infonode.docking.model
Class WindowItemDecoder

java.lang.Object
  extended by net.infonode.docking.model.WindowItemDecoder

public class WindowItemDecoder
extends java.lang.Object

Version:
$Revision: 1.8 $
Author:
$Author: jesper $

Field Summary
(package private) static int SPLIT
           
(package private) static int TAB
           
(package private) static int VIEW
           
 
Constructor Summary
private WindowItemDecoder()
           
 
Method Summary
(package private) static WindowItem decodeWindowItem(java.io.ObjectInputStream in, ReadContext context, ViewReader viewReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPLIT

static final int SPLIT
See Also:
Constant Field Values

TAB

static final int TAB
See Also:
Constant Field Values

VIEW

static final int VIEW
See Also:
Constant Field Values
Constructor Detail

WindowItemDecoder

private WindowItemDecoder()
Method Detail

decodeWindowItem

static WindowItem decodeWindowItem(java.io.ObjectInputStream in,
                                   ReadContext context,
                                   ViewReader viewReader)
                            throws java.io.IOException
Throws:
java.io.IOException