/// <exception cref="System.IO.IOException"></exception> private static void WriteField(MinimalField field, OutputStream @out) { WriteBytes(field.GetName(), @out); WriteBytes(FieldSep, @out); WriteBytes(field.GetBody(), @out); WriteBytes(CrLf, @out); }