/* * myLib - https://github.com/taktod/myLib * Copyright (c) 2014 ttProject. All rights reserved. * * Licensed under GNU AFFERO GENERAL PUBLIC LICENSE Version 3. */ package com.ttProject.humble.frameutil; /** * packet -> frame * @author taktod */ public class Depacketizer { }