import java.io.IOException;
public final class SetWindowContentsCodec implements Codec<SetWindowContentsMessage> {
@Override
public SetWindowContentsMessage decode(ByteBuf buf) throws IOException {
throw new DecoderException("Cannot decode SetWindowContentsMessage");
}