Package org.eclipse.ecf.core.util
Interface OSGIObjectStreamConstants
- 
- All Known Implementing Classes:
- IdentifiableObjectInputStream,- IdentifiableObjectOutputStream,- OSGIObjectInputStream,- OSGIObjectOutputStream
 
 public interface OSGIObjectStreamConstants- Since:
- 3.9
 
- 
- 
Field SummaryFields Modifier and Type Field Description static byteC_ARRAYstatic byteC_BOOLstatic byteC_BYTEstatic byteC_CHARstatic byteC_COLLstatic byteC_DICTstatic byteC_DOUBLEstatic byteC_DTOstatic byteC_ENUMstatic byteC_EXTERstatic byteC_FLOATstatic byteC_INTstatic byteC_ITERstatic byteC_LISTstatic byteC_LONGstatic byteC_MAPstatic byteC_NULLstatic byteC_OBJECTstatic byteC_OBOOLstatic byteC_OBYTEstatic byteC_OCHARstatic byteC_ODOUBLEstatic byteC_OFLOATstatic byteC_OINTstatic byteC_OLONGstatic byteC_OSHORTstatic byteC_SERstatic byteC_SETstatic byteC_SHORTstatic byteC_STRINGstatic byteC_VER
 
- 
- 
- 
Field Detail- 
C_NULLstatic final byte C_NULL - See Also:
- Constant Field Values
 
 - 
C_SERstatic final byte C_SER - See Also:
- Constant Field Values
 
 - 
C_VERstatic final byte C_VER - See Also:
- Constant Field Values
 
 - 
C_ARRAYstatic final byte C_ARRAY - See Also:
- Constant Field Values
 
 - 
C_DTOstatic final byte C_DTO - See Also:
- Constant Field Values
 
 - 
C_MAPstatic final byte C_MAP - See Also:
- Constant Field Values
 
 - 
C_LISTstatic final byte C_LIST - See Also:
- Constant Field Values
 
 - 
C_SETstatic final byte C_SET - See Also:
- Constant Field Values
 
 - 
C_COLLstatic final byte C_COLL - See Also:
- Constant Field Values
 
 - 
C_ITERstatic final byte C_ITER - See Also:
- Constant Field Values
 
 - 
C_EXTERstatic final byte C_EXTER - See Also:
- Constant Field Values
 
 - 
C_STRINGstatic final byte C_STRING - See Also:
- Constant Field Values
 
 - 
C_ENUMstatic final byte C_ENUM - See Also:
- Constant Field Values
 
 - 
C_OBJECTstatic final byte C_OBJECT - See Also:
- Constant Field Values
 
 - 
C_DICTstatic final byte C_DICT - See Also:
- Constant Field Values
 
 - 
C_LONGstatic final byte C_LONG - See Also:
- Constant Field Values
 
 - 
C_INTstatic final byte C_INT - See Also:
- Constant Field Values
 
 - 
C_SHORTstatic final byte C_SHORT - See Also:
- Constant Field Values
 
 - 
C_BOOLstatic final byte C_BOOL - See Also:
- Constant Field Values
 
 - 
C_BYTEstatic final byte C_BYTE - See Also:
- Constant Field Values
 
 - 
C_CHARstatic final byte C_CHAR - See Also:
- Constant Field Values
 
 - 
C_DOUBLEstatic final byte C_DOUBLE - See Also:
- Constant Field Values
 
 - 
C_FLOATstatic final byte C_FLOAT - See Also:
- Constant Field Values
 
 - 
C_OLONGstatic final byte C_OLONG - See Also:
- Constant Field Values
 
 - 
C_OINTstatic final byte C_OINT - See Also:
- Constant Field Values
 
 - 
C_OSHORTstatic final byte C_OSHORT - See Also:
- Constant Field Values
 
 - 
C_OBOOLstatic final byte C_OBOOL - See Also:
- Constant Field Values
 
 - 
C_OBYTEstatic final byte C_OBYTE - See Also:
- Constant Field Values
 
 - 
C_OCHARstatic final byte C_OCHAR - See Also:
- Constant Field Values
 
 - 
C_ODOUBLEstatic final byte C_ODOUBLE - See Also:
- Constant Field Values
 
 - 
C_OFLOATstatic final byte C_OFLOAT - See Also:
- Constant Field Values
 
 
- 
 
-