215216217218219220221222223
out.write(1); boolean isAdmin = true; out.write(isAdmin ? 1 : 0); out.flush(); } catch (IOException e) { throw new ActorException(e); } }