<?php namespace Hoa\Mime; use Hoa\Consistency; use Hoa\Stream; use Hoa\Zformat; */ class Mime implements Zformat\Parameterizable { const STRUCTURE_MEDIA_TYPE = 0; const STRUCTURE_EXTENSION = 1; const MIME_MEDIA = 0; const MIME_TYPE = 1; priva