Class GetFieldInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.DataInput, java.io.ObjectInput, java.io.ObjectStreamConstants, java.lang.AutoCloseable

    class GetFieldInputStream
    extends NullObjectInputStream
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  GetFieldInputStream.ObjectGetField  
      • Nested classes/interfaces inherited from class java.io.ObjectInputStream

        java.io.ObjectInputStream.GetField
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.reflect.Field> fields  
      private java.lang.Object source  
      • Fields inherited from interface java.io.ObjectStreamConstants

        baseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_ENUM, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, SERIAL_FILTER_PERMISSION, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_ENUM, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING
    • Constructor Summary

      Constructors 
      Constructor Description
      GetFieldInputStream​(java.lang.Object source, java.util.Map<java.lang.String,​java.lang.reflect.Field> fields)  
    • Field Detail

      • fields

        private final java.util.Map<java.lang.String,​java.lang.reflect.Field> fields
      • source

        private final java.lang.Object source
    • Constructor Detail

      • GetFieldInputStream

        GetFieldInputStream​(java.lang.Object source,
                            java.util.Map<java.lang.String,​java.lang.reflect.Field> fields)
                     throws java.io.IOException,
                            java.lang.SecurityException
        Throws:
        java.io.IOException
        java.lang.SecurityException