public static PathSELinuxGetLabelResponse getRootAsPathSELinuxGetLabelResponse(
     ByteBuffer _bb, PathSELinuxGetLabelResponse obj) {
   _bb.order(ByteOrder.LITTLE_ENDIAN);
   return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb));
 }