This is HeaderFieldBody.h in view mode; [Download] [Up]
//---------------------------------------------------------------------------------------
// HeaderFieldBody.h created by erik on Mon 04-May-1998
// This code is part of the Alexandra Newsreader Project. For copyright details see
// GNU public license version 2 or above. No warranties implied. Use at own risk.
// More information can be found at <http://www.object-factory.com/Alexandra>.
// @(#)$Id: HeaderFieldBody.h,v 1.1 1998/05/05 15:29:36 erik Exp $
//---------------------------------------------------------------------------------------
@interface HeaderFieldBody : NSObject
{
NSString *stringRep;
}
- initWithString:(NSString *)string;
- (NSString *)stringRepresentation;
- (void)invalidateStringRep;
- (NSData *)transferRepresentation;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.