super(new ByteArrayInputStream(data));
int left = super.read(); int right = super.read(); return ((left<<8) + right);