/* * myLib - https://github.com/taktod/myLib * Copyright (c) 2014 ttProject. All rights reserved. * * Licensed under The MIT license. */ package com.ttProject.container.ogg; /** * crc32 for ogg * @author taktod */ public class Crc32 extends com.ttProject.unit.extra.Crc32{ }